#A0CDA3

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

Shades of Chinook #A0CDA3

Tints of Chinook #A0CDA3

Color information

#A0CDA3 (or 0xA0CDA3) is unknown color: approx Chinook. HEX triplet: A0, CD and A3. RGB value is (160,205,163). Sum of RGB (Red+Green+Blue) = 160+205+163=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CDA3 is #5F325C. Grayscale: #BABABA. Windows color (decimal): -6238813 or 10735008. OLE color: 10735008.

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

Color convert

RGB160205163-
CMYK0.2200.200.20
HSL124º31.03%71.57%-
HSV(B)124º21.95%80.39%-
XYZ42.9453.7842.77-
YUV186.76114.59108.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=30.30%
G=38.83%
B=30.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051630.2200.200.2012431.0371.57
HexA0CDA316014147c1f48
Octal240315243260242417437110
Binary10100000110011011010001110110010100101001111100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDA3; }

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

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

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

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

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

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

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

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