Html Css Color HEX #A1DAA7 Chinook

📋 copy color: '#A1DAA7'

red 161 ◦ green 218 ◦ blue 167

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

Shades of Chinook #A1DAA7

Tints of Chinook #A1DAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.59%

R = 29.49%
G = 39.93%
B = 30.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#A1DAA7 (or 0xA1DAA7) is known color: Chinook. HEX triplet: A1, DA and A7. RGB value is (161,218,167). Sum of RGB (Red+Green+Blue) = 161+218+167=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAA7 is #5E2558. Grayscale: #C3C3C3. Windows color (decimal): -6169945 or 11000481. OLE color: 11000481.

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

Color convert

RGB 161 218 167 -
CMYK 0.26 0 0.23 0.15
HSL 126.32º 0.44% 0.74% -
HSV(B) 126.32º 0.26% 0.85% -
XYZ 46.74 60.51 45.78 -
YUV 195.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 161 218 167 0.26 0 0.23 0.15 126.32 0.44 0.74
Hex A1 DA A7 1A 0 17 F 7E 2C 4A
Octal 241 332 247 32 0 27 17 176 54 112
Binary 10100001 11011010 10100111 11010 0 10111 1111 1111110 101100 1001010

Color Harmonies of #A1DAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAA7

Black with #A1DAA7

Text Example


Text Example

White with #A1DAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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