#AFCCAA

Color #AFCCAA Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #AFCCAA

Tints of Zanah #AFCCAA

Color information

#AFCCAA (or 0xAFCCAA) is unknown color: approx 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

RGB175204170-
CMYK0.1400.170.2
HSL111.18º25%73.33%-
HSV(B)111.18º16.67%80%-
XYZ46.5355.246.23-
YUV191.45115.89116.26-

RGB Variations

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

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.80% from 255) = 30.97%
R=31.88%
G=37.16%
B=30.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041700.1400.170.2111.182573.33
HexAFCCAAE011146f1949
Octal257314252160212415731111
Binary1010111111001100101010101110010001101001101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>