Html Css Color HEX #A1CEA9 Chinook

📋 copy color: '#A1CEA9'

red 161 ◦ green 206 ◦ blue 169

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

Shades of Chinook #A1CEA9

Tints of Chinook #A1CEA9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.43%

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

R = 30.04%
G = 38.43%
B = 31.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#A1CEA9 (or 0xA1CEA9) is known color: Chinook. HEX triplet: A1, CE and A9. RGB value is (161,206,169). Sum of RGB (Red+Green+Blue) = 161+206+169=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEA9 is #5E3156. Grayscale: #BCBCBC. Windows color (decimal): -6173015 or 11128481. OLE color: 11128481.

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

Color convert

RGB 161 206 169 -
CMYK 0.22 0 0.18 0.19
HSL 130.67º 0.31% 0.72% -
HSV(B) 130.67º 0.22% 0.81% -
XYZ 43.93 54.58 45.76 -
YUV 188.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 161 206 169 0.22 0 0.18 0.19 130.67 0.31 0.72
Hex A1 CE A9 16 0 12 13 83 1F 48
Octal 241 316 251 26 0 22 23 203 37 110
Binary 10100001 11001110 10101001 10110 0 10010 10011 10000011 11111 1001000

Color Harmonies of #A1CEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CEA9

Black with #A1CEA9

Text Example


Text Example

White with #A1CEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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