#A7CBA8

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

Shades of Zanah #A7CBA8

Tints of Zanah #A7CBA8

Color information

#A7CBA8 (or 0xA7CBA8) is unknown color: approx Zanah. HEX triplet: A7, CB and A8. RGB value is (167,203,168). Sum of RGB (Red+Green+Blue) = 167+203+168=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CBA8 is #583457. Grayscale: #BCBCBC. Windows color (decimal): -5780568 or 11062183. OLE color: 11062183.

HSL color Cylindrical-coordinate representation of color #A7CBA8: hue angle of 121.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7CBA8 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB167203168-
CMYK0.1800.170.20
HSL121.67º25.71%72.55%-
HSV(B)121.67º17.73%79.61%-
XYZ44.3653.7545.08-
YUV188.25116.57112.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.04%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 168 (66.02% from 255) = 31.23%
R=31.04%
G=37.73%
B=31.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031680.1800.170.20121.6725.7172.55
HexA7CBA812011147a1a49
Octal247313250220212417232111
Binary10100111110010111010100010010010001101001111010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBA8; }

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

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

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

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

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

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

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

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