Html Css Color HEX #AFC9AD Zanah

📋 copy color: '#AFC9AD'

red 175 ◦ green 201 ◦ blue 173

#AFC9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #AFC9AD

Tints of Zanah #AFC9AD

RGB

 RED value IS 175 (68.75% from 255) = 31.88%

 GREEN value IS 201 (78.91% from 255) = 36.61%

 BLUE value IS 173 (67.97% from 255) = 31.51%

R = 31.88%
G = 36.61%
B = 31.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFC9AD (or 0xAFC9AD) is known color: Zanah. HEX triplet: AF, C9 and AD. RGB value is (175,201,173). Sum of RGB (Red+Green+Blue) = 175+201+173=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC9AD is #503652. Grayscale: #BEBEBE. Windows color (decimal): -5256787 or 11389359. OLE color: 11389359.

HSL color Cylindrical-coordinate representation of color #AFC9AD: hue angle of 115.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC9AD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 173 -
CMYK 0.13 0 0.14 0.21
HSL 115.71º 0.21% 0.73% -
HSV(B) 115.71º 0.14% 0.79% -
XYZ 46.11 53.9 47.51 -
YUV 190.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 175 201 173 0.13 0 0.14 0.21 115.71 0.21 0.73
Hex AF C9 AD D 0 E 15 74 15 49
Octal 257 311 255 15 0 16 25 164 25 111
Binary 10101111 11001001 10101101 1101 0 1110 10101 1110100 10101 1001001

Color Harmonies of #AFC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9AD

Black with #AFC9AD

Text Example


Text Example

White with #AFC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9AD; }

 p { color: rgb(175,201,173); }

 H1.HeaderClassName
 {
   color: #AFC9AD;
 }
 .AnyTagClassName
 {
   color: #AFC9AD;
 }
</style>

background-color css

<style>
 a { background-color: #AFC9AD; }

 a { background-color: rgb(175,201,173); }

 div.DivClassName
 {
   background-color: #AFC9AD;
 }
 .BgClassName
 {
   background-color: #AFC9AD;
 }
</style>

border-color css

<style>
 span { border-color: #AFC9AD; }

 span { border-color: rgb(175,201,173); }

 td.TdClassName
 {
   border-color: #AFC9AD;
 }
 .TagClassName
 {
   border-color: #AFC9AD;
 }
</style>