#AFBEAF

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

Shades of Zanah #AFBEAF

Tints of Zanah #AFBEAF

Color information

#AFBEAF (or 0xAFBEAF) is unknown color: approx Zanah. HEX triplet: AF, BE and AF. RGB value is (175,190,175). Sum of RGB (Red+Green+Blue) = 175+190+175=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEAF is #504150. Grayscale: #B7B7B7. Windows color (decimal): -5259601 or 11517615. OLE color: 11517615.

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

Color convert

RGB175190175-
CMYK0.0800.080.25
HSL120º10.34%71.57%-
HSV(B)120º7.89%74.51%-
XYZ43.8349.0447.71-
YUV183.8123.03121.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=32.41%
G=35.19%
B=32.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901750.0800.080.2512010.3471.57
HexAFBEAF8081978a48
Octal257276257100103117012110
Binary10101111101111101010111110000100011001111100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEAF; }

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

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

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

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

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

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

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

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