Html Css Color HEX #A1D7AA Chinook

📋 copy color: '#A1D7AA'

red 161 ◦ green 215 ◦ blue 170

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

Shades of Chinook #A1D7AA

Tints of Chinook #A1D7AA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.38%

 BLUE value IS 170 (66.8% from 255) = 31.14%

R = 29.49%
G = 39.38%
B = 31.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#A1D7AA (or 0xA1D7AA) is known color: Chinook. HEX triplet: A1, D7 and AA. RGB value is (161,215,170). Sum of RGB (Red+Green+Blue) = 161+215+170=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D7AA is #5E2855. Grayscale: #C1C1C1. Windows color (decimal): -6170710 or 11196321. OLE color: 11196321.

HSL color Cylindrical-coordinate representation of color #A1D7AA: hue angle of 130º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D7AA is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 215 170 -
CMYK 0.25 0 0.21 0.16
HSL 130º 0.4% 0.74% -
HSV(B) 130º 0.25% 0.84% -
XYZ 46.25 59.08 47 -
YUV 193.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 161 215 170 0.25 0 0.21 0.16 130 0.4 0.74
Hex A1 D7 AA 19 0 15 10 82 28 4A
Octal 241 327 252 31 0 25 20 202 50 112
Binary 10100001 11010111 10101010 11001 0 10101 10000 10000010 101000 1001010

Color Harmonies of #A1D7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D7AA

Black with #A1D7AA

Text Example


Text Example

White with #A1D7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D7AA; }

 p { color: rgb(161,215,170); }

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

background-color css

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

 a { background-color: rgb(161,215,170); }

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

border-color css

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

 span { border-color: rgb(161,215,170); }

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