#A1D0A3

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

Shades of Chinook #A1D0A3

Tints of Chinook #A1D0A3

Color information

#A1D0A3 (or 0xA1D0A3) is unknown color: approx Chinook. HEX triplet: A1, D0 and A3. RGB value is (161,208,163). Sum of RGB (Red+Green+Blue) = 161+208+163=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D0A3 is #5E2F5C. Grayscale: #BCBCBC. Windows color (decimal): -6172509 or 10735777. OLE color: 10735777.

HSL color Cylindrical-coordinate representation of color #A1D0A3: hue angle of 122.55º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D0A3 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB161208163-
CMYK0.2300.220.18
HSL122.55º33.33%72.35%-
HSV(B)122.55º22.6%81.57%-
XYZ43.8655.3343.02-
YUV188.82113.43108.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 208 (81.64% from 255) = 39.10%
BLUE value IS 163 (64.06% from 255) = 30.64%
R=30.26%
G=39.10%
B=30.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081630.2300.220.18122.5533.3372.35
HexA1D0A317016127b2148
Octal241320243270262217341110
Binary101000011101000010100011101110101101001011110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0A3; }

 p { color: rgb(161,208,163); }

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

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

 a { background-color: rgb(161,208,163); }

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

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

 span { border-color: rgb(161,208,163); }

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