#AFBDB0

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

Shades of Zanah #AFBDB0

Tints of Zanah #AFBDB0

Color information

#AFBDB0 (or 0xAFBDB0) is unknown color: approx Zanah. HEX triplet: AF, BD and B0. RGB value is (175,189,176). Sum of RGB (Red+Green+Blue) = 175+189+176=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDB0 is #50424F. Grayscale: #B7B7B7. Windows color (decimal): -5259856 or 11582895. OLE color: 11582895.

HSL color Cylindrical-coordinate representation of color #AFBDB0: hue angle of 124.29º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDB0 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB175189176-
CMYK0.0700.070.26
HSL124.29º9.59%71.37%-
HSV(B)124.29º7.41%74.12%-
XYZ43.7148.6448.16-
YUV183.33123.86122.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=32.41%
G=35%
B=32.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891760.0700.070.26124.299.5971.37
HexAFBDB07071A7ca47
Octal2572752607073217412107
Binary101011111011110110110000111011111010111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDB0; }

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

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

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

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

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

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

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

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