Html Css Color HEX #A1DAA6 Chinook

📋 copy color: '#A1DAA6'

red 161 ◦ green 218 ◦ blue 166

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

Shades of Chinook #A1DAA6

Tints of Chinook #A1DAA6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

 BLUE value IS 166 (65.23% from 255) = 30.46%

R = 29.54%
G = 40%
B = 30.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#A1DAA6 (or 0xA1DAA6) is known color: Chinook. HEX triplet: A1, DA and A6. RGB value is (161,218,166). Sum of RGB (Red+Green+Blue) = 161+218+166=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAA6 is #5E2559. Grayscale: #C3C3C3. Windows color (decimal): -6169946 or 10934945. OLE color: 10934945.

HSL color Cylindrical-coordinate representation of color #A1DAA6: hue angle of 125.26º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAA6 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 166 -
CMYK 0.26 0 0.24 0.15
HSL 125.26º 0.44% 0.74% -
HSV(B) 125.26º 0.26% 0.85% -
XYZ 46.65 60.47 45.29 -
YUV 195.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 161 218 166 0.26 0 0.24 0.15 125.26 0.44 0.74
Hex A1 DA A6 1A 0 18 F 7D 2C 4A
Octal 241 332 246 32 0 30 17 175 54 112
Binary 10100001 11011010 10100110 11010 0 11000 1111 1111101 101100 1001010

Color Harmonies of #A1DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAA6

Black with #A1DAA6

Text Example


Text Example

White with #A1DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAA6; }

 p { color: rgb(161,218,166); }

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

background-color css

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

 a { background-color: rgb(161,218,166); }

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

border-color css

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

 span { border-color: rgb(161,218,166); }

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