#A7CDA3

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

Shades of Zanah #A7CDA3

Tints of Zanah #A7CDA3

Color information

#A7CDA3 (or 0xA7CDA3) is unknown color: approx Zanah. HEX triplet: A7, CD and A3. RGB value is (167,205,163). Sum of RGB (Red+Green+Blue) = 167+205+163=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CDA3 is #58325C. Grayscale: #BCBCBC. Windows color (decimal): -5780061 or 10735015. OLE color: 10735015.

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

Color convert

RGB167205163-
CMYK0.1900.200.20
HSL114.29º29.58%72.16%-
HSV(B)114.29º20.49%80.39%-
XYZ44.3854.5242.84-
YUV188.85113.41112.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 163 (64.06% from 255) = 30.47%
R=31.21%
G=38.32%
B=30.47%

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
Decimal1672051630.1900.200.20114.2929.5872.16
HexA7CDA31301414721e48
Octal247315243230242416236110
Binary10100111110011011010001110011010100101001110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDA3; }

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

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

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

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

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

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

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

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