#A1D0A8

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

Shades of Chinook #A1D0A8

Tints of Chinook #A1D0A8

Color information

#A1D0A8 (or 0xA1D0A8) is unknown color: approx Chinook. HEX triplet: A1, D0 and A8. RGB value is (161,208,168). Sum of RGB (Red+Green+Blue) = 161+208+168=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D0A8 is #5E2F57. Grayscale: #BDBDBD. Windows color (decimal): -6172504 or 11063457. OLE color: 11063457.

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

Color convert

RGB161208168-
CMYK0.2300.190.18
HSL128.94º33.33%72.35%-
HSV(B)128.94º22.6%81.57%-
XYZ44.3255.5245.43-
YUV189.39115.93107.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=29.98%
G=38.73%
B=31.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081680.2300.190.18128.9433.3372.35
HexA1D0A81701312812148
Octal241320250270232220141110
Binary1010000111010000101010001011101001110010100000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0A8; }

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

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

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

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

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

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

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

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