Html Css Color HEX #AFCCAA Zanah

📋 copy color: '#AFCCAA'

red 175 ◦ green 204 ◦ blue 170

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

Shades of Zanah #AFCCAA

Tints of Zanah #AFCCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.16%

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

R = 31.88%
G = 37.16%
B = 30.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#AFCCAA (or 0xAFCCAA) is known color: Zanah. HEX triplet: AF, CC and AA. RGB value is (175,204,170). Sum of RGB (Red+Green+Blue) = 175+204+170=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCAA is #503355. Grayscale: #BFBFBF. Windows color (decimal): -5256022 or 11193519. OLE color: 11193519.

HSL color Cylindrical-coordinate representation of color #AFCCAA: hue angle of 111.18º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFCCAA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 170 -
CMYK 0.14 0 0.17 0.2
HSL 111.18º 0.25% 0.73% -
HSV(B) 111.18º 0.17% 0.8% -
XYZ 46.53 55.2 46.23 -
YUV 191.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 175 204 170 0.14 0 0.17 0.2 111.18 0.25 0.73
Hex AF CC AA E 0 11 14 6F 19 49
Octal 257 314 252 16 0 21 24 157 31 111
Binary 10101111 11001100 10101010 1110 0 10001 10100 1101111 11001 1001001

Color Harmonies of #AFCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCAA

Black with #AFCCAA

Text Example


Text Example

White with #AFCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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