Html Css Color HEX #A1D2A9 Chinook

📋 copy color: '#A1D2A9'

red 161 ◦ green 210 ◦ blue 169

#A1D2A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #A1D2A9

Tints of Chinook #A1D2A9

RGB

 RED value IS 161 (63.28% from 255) = 29.81%

 GREEN value IS 210 (82.42% from 255) = 38.89%

 BLUE value IS 169 (66.41% from 255) = 31.3%

R = 29.81%
G = 38.89%
B = 31.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#A1D2A9 (or 0xA1D2A9) is known color: Chinook. HEX triplet: A1, D2 and A9. RGB value is (161,210,169). Sum of RGB (Red+Green+Blue) = 161+210+169=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D2A9 is #5E2D56. Grayscale: #BEBEBE. Windows color (decimal): -6171991 or 11129505. OLE color: 11129505.

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

Color convert

RGB 161 210 169 -
CMYK 0.23 0 0.20 0.18
HSL 129.8º 0.35% 0.73% -
HSV(B) 129.8º 0.23% 0.82% -
XYZ 44.91 56.53 46.08 -
YUV 190.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 161 210 169 0.23 0 0.20 0.18 129.8 0.35 0.73
Hex A1 D2 A9 17 0 14 12 82 23 49
Octal 241 322 251 27 0 24 22 202 43 111
Binary 10100001 11010010 10101001 10111 0 10100 10010 10000010 100011 1001001

Color Harmonies of #A1D2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D2A9

Black with #A1D2A9

Text Example


Text Example

White with #A1D2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D2A9; }

 p { color: rgb(161,210,169); }

 H1.HeaderClassName
 {
   color: #A1D2A9;
 }
 .AnyTagClassName
 {
   color: #A1D2A9;
 }
</style>

background-color css

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

 a { background-color: rgb(161,210,169); }

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

border-color css

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

 span { border-color: rgb(161,210,169); }

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