#AFCCAB

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

Shades of Zanah #AFCCAB

Tints of Zanah #AFCCAB

Color information

#AFCCAB (or 0xAFCCAB) is unknown color: approx Zanah. HEX triplet: AF, CC and AB. RGB value is (175,204,171). Sum of RGB (Red+Green+Blue) = 175+204+171=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCAB is #503354. Grayscale: #BFBFBF. Windows color (decimal): -5256021 or 11259055. OLE color: 11259055.

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

Color convert

RGB175204171-
CMYK0.1400.160.2
HSL112.73º24.44%73.53%-
HSV(B)112.73º16.18%80%-
XYZ46.6255.2446.73-
YUV191.57116.39116.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=31.82%
G=37.09%
B=31.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041710.1400.160.2112.7324.4473.53
HexAFCCABE0101471184a
Octal257314253160202416130112
Binary1010111111001100101010111110010000101001110001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCAB; }

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

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

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

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

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

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

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

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