#A5CDA4

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

Shades of Zanah #A5CDA4

Tints of Zanah #A5CDA4

Color information

#A5CDA4 (or 0xA5CDA4) is unknown color: approx Zanah. HEX triplet: A5, CD and A4. RGB value is (165,205,164). Sum of RGB (Red+Green+Blue) = 165+205+164=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CDA4 is #5A325B. Grayscale: #BCBCBC. Windows color (decimal): -5911132 or 10800549. OLE color: 10800549.

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

Color convert

RGB165205164-
CMYK0.2000.20.20
HSL118.54º29.08%72.35%-
HSV(B)118.54º20%80.39%-
XYZ44.0554.3443.29-
YUV188.37114.25111.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.90%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 164 (64.45% from 255) = 30.71%
R=30.90%
G=38.39%
B=30.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652051640.2000.20.20118.5429.0872.35
HexA5CDA41401414771d48
Octal245315244240242416735110
Binary10100101110011011010010010100010100101001110111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CDA4; }

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

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

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

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

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

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

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

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