#A8CDA3

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

Shades of Zanah #A8CDA3

Tints of Zanah #A8CDA3

Color information

#A8CDA3 (or 0xA8CDA3) is unknown color: approx Zanah. HEX triplet: A8, CD and A3. RGB value is (168,205,163). Sum of RGB (Red+Green+Blue) = 168+205+163=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CDA3 is #57325C. Grayscale: #BDBDBD. Windows color (decimal): -5714525 or 10735016. OLE color: 10735016.

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

Color convert

RGB168205163-
CMYK0.1800.200.20
HSL112.86º29.58%72.16%-
HSV(B)112.86º20.49%80.39%-
XYZ44.5954.6342.85-
YUV189.15113.24112.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 163 (64.06% from 255) = 30.41%
R=31.34%
G=38.25%
B=30.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682051630.1800.200.20112.8629.5872.16
HexA8CDA31201414711e48
Octal250315243220242416136110
Binary10101000110011011010001110010010100101001110001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CDA3; }

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

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

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

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

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

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

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

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