#A7CAA6

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

Shades of Zanah #A7CAA6

Tints of Zanah #A7CAA6

Color information

#A7CAA6 (or 0xA7CAA6) is unknown color: approx Zanah. HEX triplet: A7, CA and A6. RGB value is (167,202,166). Sum of RGB (Red+Green+Blue) = 167+202+166=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CAA6 is #583559. Grayscale: #BBBBBB. Windows color (decimal): -5780826 or 10930855. OLE color: 10930855.

HSL color Cylindrical-coordinate representation of color #A7CAA6: hue angle of 118.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7CAA6 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB167202166-
CMYK0.1700.180.21
HSL118.33º25.35%72.16%-
HSV(B)118.33º17.82%79.22%-
XYZ43.9453.2144.03-
YUV187.43115.9113.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=31.21%
G=37.76%
B=31.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672021660.1700.180.21118.3325.3572.16
HexA7CAA61101215761948
Octal247312246210222516631110
Binary10100111110010101010011010001010010101011110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CAA6; }

 p { color: rgb(167,202,166); }

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

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

 a { background-color: rgb(167,202,166); }

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

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

 span { border-color: rgb(167,202,166); }

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