#AFBBAF

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

Shades of Zanah #AFBBAF

Tints of Zanah #AFBBAF

Color information

#AFBBAF (or 0xAFBBAF) is unknown color: approx Zanah. HEX triplet: AF, BB and AF. RGB value is (175,187,175). Sum of RGB (Red+Green+Blue) = 175+187+175=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBAF is #504450. Grayscale: #B6B6B6. Windows color (decimal): -5260369 or 11516847. OLE color: 11516847.

HSL color Cylindrical-coordinate representation of color #AFBBAF: hue angle of 120º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBBAF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB175187175-
CMYK0.0600.060.27
HSL120º8.11%70.98%-
HSV(B)120º6.42%73.33%-
XYZ43.1947.7547.5-
YUV182.04124.02122.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=32.59%
G=34.82%
B=32.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871750.0600.060.271208.1170.98
HexAFBBAF6061B78847
Octal2572732576063317010107
Binary101011111011101110101111110011011011111100010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBAF; }

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

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

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

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

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

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

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

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