#AFCBB0

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

Shades of Zanah #AFCBB0

Tints of Zanah #AFCBB0

Color information

#AFCBB0 (or 0xAFCBB0) is unknown color: approx Zanah. HEX triplet: AF, CB and B0. RGB value is (175,203,176). Sum of RGB (Red+Green+Blue) = 175+203+176=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBB0 is #50344F. Grayscale: #BFBFBF. Windows color (decimal): -5256272 or 11586479. OLE color: 11586479.

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

Color convert

RGB175203176-
CMYK0.1400.130.20
HSL122.14º21.21%74.12%-
HSV(B)122.14º13.79%79.61%-
XYZ46.8754.9649.21-
YUV191.55119.22116.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=31.59%
G=36.64%
B=31.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031760.1400.130.20122.1421.2174.12
HexAFCBB0E0D147a154a
Octal257313260160152417225112
Binary101011111100101110110000111001101101001111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBB0; }

 p { color: rgb(175,203,176); }

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

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

 a { background-color: rgb(175,203,176); }

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

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

 span { border-color: rgb(175,203,176); }

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