#A7CBA5

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

Shades of Zanah #A7CBA5

Tints of Zanah #A7CBA5

Color information

#A7CBA5 (or 0xA7CBA5) is unknown color: approx Zanah. HEX triplet: A7, CB and A5. RGB value is (167,203,165). Sum of RGB (Red+Green+Blue) = 167+203+165=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CBA5 is #58345A. Grayscale: #BCBCBC. Windows color (decimal): -5780571 or 10865575. OLE color: 10865575.

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

Color convert

RGB167203165-
CMYK0.1800.190.20
HSL116.84º26.76%72.16%-
HSV(B)116.84º18.72%79.61%-
XYZ44.0853.6443.63-
YUV187.9115.07113.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 165 (64.84% from 255) = 30.84%
R=31.21%
G=37.94%
B=30.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031650.1800.190.20116.8426.7672.16
HexA7CBA51201314751b48
Octal247313245220232416533110
Binary10100111110010111010010110010010011101001110101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBA5; }

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

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

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

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

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

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

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

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