Html Css Color HEX #AFC8AD Zanah

📋 copy color: '#AFC8AD'

red 175 ◦ green 200 ◦ blue 173

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

Shades of Zanah #AFC8AD

Tints of Zanah #AFC8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

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

R = 31.93%
G = 36.5%
B = 31.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#AFC8AD (or 0xAFC8AD) is known color: Zanah. HEX triplet: AF, C8 and AD. RGB value is (175,200,173). Sum of RGB (Red+Green+Blue) = 175+200+173=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8AD is #503752. Grayscale: #BDBDBD. Windows color (decimal): -5257043 or 11389103. OLE color: 11389103.

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

Color convert

RGB 175 200 173 -
CMYK 0.12 0 0.14 0.22
HSL 115.56º 0.2% 0.73% -
HSV(B) 115.56º 0.14% 0.78% -
XYZ 45.88 53.44 47.43 -
YUV 189.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 175 200 173 0.12 0 0.14 0.22 115.56 0.2 0.73
Hex AF C8 AD C 0 E 16 74 14 49
Octal 257 310 255 14 0 16 26 164 24 111
Binary 10101111 11001000 10101101 1100 0 1110 10110 1110100 10100 1001001

Color Harmonies of #AFC8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8AD

Black with #AFC8AD

Text Example


Text Example

White with #AFC8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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