#A7CDA5

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

Shades of Zanah #A7CDA5

Tints of Zanah #A7CDA5

Color information

#A7CDA5 (or 0xA7CDA5) is unknown color: approx Zanah. HEX triplet: A7, CD and A5. RGB value is (167,205,165). Sum of RGB (Red+Green+Blue) = 167+205+165=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CDA5 is #58325A. Grayscale: #BDBDBD. Windows color (decimal): -5780059 or 10866087. OLE color: 10866087.

HSL color Cylindrical-coordinate representation of color #A7CDA5: hue angle of 117º 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 #A7CDA5 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB167205165-
CMYK0.1900.200.20
HSL117º28.57%72.55%-
HSV(B)117º19.51%80.39%-
XYZ44.5654.5943.79-
YUV189.08114.41112.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=31.10%
G=38.18%
B=30.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051650.1900.200.2011728.5772.55
HexA7CDA51301414751d49
Octal247315245230242416535111
Binary10100111110011011010010110011010100101001110101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDA5; }

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

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

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

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

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

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

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

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