#A7CAA4

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

Shades of Zanah #A7CAA4

Tints of Zanah #A7CAA4

Color information

#A7CAA4 (or 0xA7CAA4) is unknown color: approx Zanah. HEX triplet: A7, CA and A4. RGB value is (167,202,164). Sum of RGB (Red+Green+Blue) = 167+202+164=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CAA4 is #58355B. Grayscale: #BBBBBB. Windows color (decimal): -5780828 or 10799783. OLE color: 10799783.

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

Color convert

RGB167202164-
CMYK0.1700.190.21
HSL115.26º26.39%71.76%-
HSV(B)115.26º18.81%79.22%-
XYZ43.7653.1443.07-
YUV187.2114.9113.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=31.33%
G=37.90%
B=30.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672021640.1700.190.21115.2626.3971.76
HexA7CAA41101315731a48
Octal247312244210232516332110
Binary10100111110010101010010010001010011101011110011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CAA4; }

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

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

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

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

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

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

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

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