#AFBDAF

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

Shades of Zanah #AFBDAF

Tints of Zanah #AFBDAF

Color information

#AFBDAF (or 0xAFBDAF) is unknown color: approx Zanah. HEX triplet: AF, BD and AF. RGB value is (175,189,175). Sum of RGB (Red+Green+Blue) = 175+189+175=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDAF is #504250. Grayscale: #B7B7B7. Windows color (decimal): -5259857 or 11517359. OLE color: 11517359.

HSL color Cylindrical-coordinate representation of color #AFBDAF: hue angle of 120º 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 #AFBDAF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB175189175-
CMYK0.0700.070.26
HSL120º9.59%71.37%-
HSV(B)120º7.41%74.12%-
XYZ43.6148.647.64-
YUV183.22123.36122.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=32.47%
G=35.06%
B=32.47%

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
Decimal1751891750.0700.070.261209.5971.37
HexAFBDAF7071A78a47
Octal2572752577073217012107
Binary101011111011110110101111111011111010111100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDAF; }

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

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

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

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

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

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

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

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