Color Hex Logo

#afa198 Color Hex

#AFA198
(175,161,152)
0 Favorites   0 Comments

Color spaces of #afa198

RGB 175161152
HSL0.070.130.64
HSV23°13°69°
CMYK 0.000.080.13   0.31
XYZ36.091636.870734.9203
Yxy36.87070.33450.3418
Hunter Lab60.7212-0.16508.4077
CIE-Lab67.17993.53596.5139

#afa198 color RGB value is (175,161,152).

#afa198 hex color red value is 175, green value is 161 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #afa198 hue: 0.07 , saturation: 0.13 and the lightness value of afa198 is 0.64.

The process color (four color CMYK) of #afa198 color hex is 0.00, 0.08, 0.13, 0.31. Web safe color of #afa198 is #999999. Color #afa198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 10011000
Octal 257 241 230
Decimal 175 161 152
Hex AF A1 98

RGB Percentages of Color #afa198

%35.86
%32.99
%31.15

CMYK Percentages of Color #afa198

%0
%8
%13
%31

Triadic Colors of #afa198

#afa198 #98afa1 #a198af

Analogous Colors of #afa198

#afa198 #afad98 #af989b

Monochromatic Colors of #afa198

#afa198

Complementary Color

#afa198 #98a6af

#afa198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa198 Color CSS Codes

.mybgcolor {background-color:#afa198; } 
.myforecolor {color:#afa198; }
.mybordercolor {border:3px solid #afa198; }

#afa198 Text Font Color

<p style="color:#afa198">Text here</p>

This sample text font color is #afa198
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afa198 Background Color

<div style="background-color:#afa198">
Div content here</div>

This div background color is #afa198


#afa198 Border Color

<div style="border:3px solid #afa198">
Div here</div>

This div border color is #afa198


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,161,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa198; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa198;
  -webkit-box-shadow: 1px 1px 3px 2px #afa198;
  box-shadow:         1px 1px 3px 2px #afa198; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,161,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa198">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afa198;
  -webkit-box-shadow: 1px 1px 3px 2px #afa198;
  box-shadow:         1px 1px 3px 2px #afa198;">
Div content here</div>

This div box has shadow with color #afa198


Comments

No comments written yet.

Please login to write comment.