#AFCAAE

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

Shades of Zanah #AFCAAE

Tints of Zanah #AFCAAE

Color information

#AFCAAE (or 0xAFCAAE) is unknown color: approx Zanah. HEX triplet: AF, CA and AE. RGB value is (175,202,174). Sum of RGB (Red+Green+Blue) = 175+202+174=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAAE is #503551. Grayscale: #BEBEBE. Windows color (decimal): -5256530 or 11455151. OLE color: 11455151.

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

Color convert

RGB175202174-
CMYK0.1300.140.21
HSL117.86º20.9%73.73%-
HSV(B)117.86º13.86%79.22%-
XYZ46.4454.4148.1-
YUV190.74118.55116.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=31.76%
G=36.66%
B=31.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021740.1300.140.21117.8620.973.73
HexAFCAAED0E1576154a
Octal257312256150162516625112
Binary101011111100101010101110110101110101011110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAAE; }

 p { color: rgb(175,202,174); }

 H1.HeaderClassName
 {
   color: #AFCAAE;
 }
 .AnyTagClassName
 {
   color: #AFCAAE;
 }
</style>
background-color css

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

 a { background-color: rgb(175,202,174); }

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

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

 span { border-color: rgb(175,202,174); }

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