#A7BEA8

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

Shades of Zanah #A7BEA8

Tints of Zanah #A7BEA8

Color information

#A7BEA8 (or 0xA7BEA8) is unknown color: approx Zanah. HEX triplet: A7, BE and A8. RGB value is (167,190,168). Sum of RGB (Red+Green+Blue) = 167+190+168=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BEA8 is #584157. Grayscale: #B4B4B4. Windows color (decimal): -5783896 or 11058855. OLE color: 11058855.

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

Color convert

RGB167190168-
CMYK0.1200.120.25
HSL122.61º15.03%70%-
HSV(B)122.61º12.11%74.51%-
XYZ41.4247.8744.1-
YUV180.62120.88118.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 168 (66.02% from 255) = 32%
R=31.81%
G=36.19%
B=32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901680.1200.120.25122.6115.0370
HexA7BEA8C0C197bf46
Octal247276250140143117317106
Binary10100111101111101010100011000110011001111101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BEA8; }

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

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

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

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

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

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

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

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