#ABCCAA

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

Shades of Zanah #ABCCAA

Tints of Zanah #ABCCAA

Color information

#ABCCAA (or 0xABCCAA) is unknown color: approx Zanah. HEX triplet: AB, CC and AA. RGB value is (171,204,170). Sum of RGB (Red+Green+Blue) = 171+204+170=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCAA is #543355. Grayscale: #BEBEBE. Windows color (decimal): -5518166 or 11193515. OLE color: 11193515.

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

Color convert

RGB171204170-
CMYK0.1600.170.2
HSL118.24º25%73.33%-
HSV(B)118.24º16.67%80%-
XYZ45.6454.7546.19-
YUV190.26116.57114.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=31.38%
G=37.43%
B=31.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041700.1600.170.2118.242573.33
HexABCCAA1001114761949
Octal253314252200212416631111
Binary10101011110011001010101010000010001101001110110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCAA; }

 p { color: rgb(171,204,170); }

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

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

 a { background-color: rgb(171,204,170); }

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

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

 span { border-color: rgb(171,204,170); }

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