#AFCAAB

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

Shades of Zanah #AFCAAB

Tints of Zanah #AFCAAB

Color information

#AFCAAB (or 0xAFCAAB) is unknown color: approx Zanah. HEX triplet: AF, CA and AB. RGB value is (175,202,171). Sum of RGB (Red+Green+Blue) = 175+202+171=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAAB is #503554. Grayscale: #BEBEBE. Windows color (decimal): -5256533 or 11258543. OLE color: 11258543.

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

Color convert

RGB175202171-
CMYK0.1300.150.21
HSL112.26º22.63%73.14%-
HSV(B)112.26º15.35%79.22%-
XYZ46.1554.346.58-
YUV190.39117.05117.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=31.93%
G=36.86%
B=31.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021710.1300.150.21112.2622.6373.14
HexAFCAABD0F15701749
Octal257312253150172516027111
Binary101011111100101010101011110101111101011110000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAAB; }

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

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

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

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

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

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

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

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