#A8BFA7

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

Shades of Zanah #A8BFA7

Tints of Zanah #A8BFA7

Color information

#A8BFA7 (or 0xA8BFA7) is unknown color: approx Zanah. HEX triplet: A8, BF and A7. RGB value is (168,191,167). Sum of RGB (Red+Green+Blue) = 168+191+167=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFA7 is #574058. Grayscale: #B5B5B5. Windows color (decimal): -5718105 or 10993576. OLE color: 10993576.

HSL color Cylindrical-coordinate representation of color #A8BFA7: hue angle of 117.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8BFA7 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB168191167-
CMYK0.1200.130.25
HSL117.5º15.79%70.2%-
HSV(B)117.5º12.57%74.9%-
XYZ41.7548.3843.7-
YUV181.39119.88118.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=31.94%
G=36.31%
B=31.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911670.1200.130.25117.515.7970.2
HexA8BFA7C0D19751046
Octal250277247140153116520106
Binary101010001011111110100111110001101110011110101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFA7; }

 p { color: rgb(168,191,167); }

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

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

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

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

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

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

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