#ABCDA5

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

Shades of Zanah #ABCDA5

Tints of Zanah #ABCDA5

Color information

#ABCDA5 (or 0xABCDA5) is unknown color: approx Zanah. HEX triplet: AB, CD and A5. RGB value is (171,205,165). Sum of RGB (Red+Green+Blue) = 171+205+165=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDA5 is #54325A. Grayscale: #BEBEBE. Windows color (decimal): -5517915 or 10866091. OLE color: 10866091.

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

Color convert

RGB171205165-
CMYK0.1700.200.20
HSL111º28.57%72.55%-
HSV(B)111º19.51%80.39%-
XYZ45.4255.0443.83-
YUV190.27113.74114.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=31.61%
G=37.89%
B=30.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051650.1700.200.2011128.5772.55
HexABCDA511014146f1d49
Octal253315245210242415735111
Binary10101011110011011010010110001010100101001101111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDA5; }

 p { color: rgb(171,205,165); }

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

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

 a { background-color: rgb(171,205,165); }

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

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

 span { border-color: rgb(171,205,165); }

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