#AFBFAF

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

Shades of Zanah #AFBFAF

Tints of Zanah #AFBFAF

Color information

#AFBFAF (or 0xAFBFAF) is unknown color: approx Zanah. HEX triplet: AF, BF and AF. RGB value is (175,191,175). Sum of RGB (Red+Green+Blue) = 175+191+175=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFAF is #504050. Grayscale: #B8B8B8. Windows color (decimal): -5259345 or 11517871. OLE color: 11517871.

HSL color Cylindrical-coordinate representation of color #AFBFAF: hue angle of 120º degrees, saturation: 0.11, 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 #AFBFAF is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB175191175-
CMYK0.0800.080.25
HSL120º11.11%71.76%-
HSV(B)120º8.38%74.9%-
XYZ44.0549.4747.78-
YUV184.39122.7121.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=32.35%
G=35.30%
B=32.35%

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
Decimal1751911750.0800.080.2512011.1171.76
HexAFBFAF8081978b48
Octal257277257100103117013110
Binary10101111101111111010111110000100011001111100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFAF; }

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

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

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

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

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

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

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

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