#A1D0AC

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

Shades of Chinook #A1D0AC

Tints of Chinook #A1D0AC

Color information

#A1D0AC (or 0xA1D0AC) is unknown color: approx Chinook. HEX triplet: A1, D0 and AC. RGB value is (161,208,172). Sum of RGB (Red+Green+Blue) = 161+208+172=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D0AC is #5E2F53. Grayscale: #BDBDBD. Windows color (decimal): -6172500 or 11325601. OLE color: 11325601.

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

Color convert

RGB161208172-
CMYK0.2300.170.18
HSL134.04º33.33%72.35%-
HSV(B)134.04º22.6%81.57%-
XYZ44.755.6747.42-
YUV189.84117.93107.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 208 (81.64% from 255) = 38.45%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=29.76%
G=38.45%
B=31.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081720.2300.170.18134.0433.3372.35
HexA1D0AC1701112862148
Octal241320254270212220641110
Binary1010000111010000101011001011101000110010100001101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0AC; }

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

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

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

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

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

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

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

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