Html Css Color HEX #AFCDAA Zanah

📋 copy color: '#AFCDAA'

red 175 ◦ green 205 ◦ blue 170

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

Shades of Zanah #AFCDAA

Tints of Zanah #AFCDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.27%

 BLUE value IS 170 (66.8% from 255) = 30.91%

R = 31.82%
G = 37.27%
B = 30.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#AFCDAA (or 0xAFCDAA) is known color: Zanah. HEX triplet: AF, CD and AA. RGB value is (175,205,170). Sum of RGB (Red+Green+Blue) = 175+205+170=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDAA is #503255. Grayscale: #C0C0C0. Windows color (decimal): -5255766 or 11193775. OLE color: 11193775.

HSL color Cylindrical-coordinate representation of color #AFCDAA: hue angle of 111.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFCDAA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 170 -
CMYK 0.15 0 0.17 0.20
HSL 111.43º 0.26% 0.74% -
HSV(B) 111.43º 0.17% 0.8% -
XYZ 46.77 55.68 46.31 -
YUV 192.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 175 205 170 0.15 0 0.17 0.20 111.43 0.26 0.74
Hex AF CD AA F 0 11 14 6F 1A 4A
Octal 257 315 252 17 0 21 24 157 32 112
Binary 10101111 11001101 10101010 1111 0 10001 10100 1101111 11010 1001010

Color Harmonies of #AFCDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDAA

Black with #AFCDAA

Text Example


Text Example

White with #AFCDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDAA; }

 p { color: rgb(175,205,170); }

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

background-color css

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

 a { background-color: rgb(175,205,170); }

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

border-color css

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

 span { border-color: rgb(175,205,170); }

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