#AFC2B0

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

Shades of Zanah #AFC2B0

Tints of Zanah #AFC2B0

Color information

#AFC2B0 (or 0xAFC2B0) is unknown color: approx Zanah. HEX triplet: AF, C2 and B0. RGB value is (175,194,176). Sum of RGB (Red+Green+Blue) = 175+194+176=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2B0 is #503D4F. Grayscale: #BABABA. Windows color (decimal): -5258576 or 11584175. OLE color: 11584175.

HSL color Cylindrical-coordinate representation of color #AFC2B0: hue angle of 123.16º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2B0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB175194176-
CMYK0.1000.090.24
HSL123.16º13.48%72.35%-
HSV(B)123.16º9.79%76.08%-
XYZ44.8150.8348.52-
YUV186.27122.21119.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=32.11%
G=35.60%
B=32.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941760.1000.090.24123.1613.4872.35
HexAFC2B0A09187bd48
Octal257302260120113017315110
Binary10101111110000101011000010100100111000111101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2B0; }

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

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

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

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

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

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

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

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