Html Css Color HEX #A5D1AA Chinook

📋 copy color: '#A5D1AA'

red 165 ◦ green 209 ◦ blue 170

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

Shades of Chinook #A5D1AA

Tints of Chinook #A5D1AA

RGB

 RED value IS 165 (64.84% from 255) = 30.33%

 GREEN value IS 209 (82.03% from 255) = 38.42%

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

R = 30.33%
G = 38.42%
B = 31.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#A5D1AA (or 0xA5D1AA) is known color: Chinook. HEX triplet: A5, D1 and AA. RGB value is (165,209,170). Sum of RGB (Red+Green+Blue) = 165+209+170=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D1AA is #5A2E55. Grayscale: #BFBFBF. Windows color (decimal): -5910102 or 11194789. OLE color: 11194789.

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

Color convert

RGB 165 209 170 -
CMYK 0.21 0 0.19 0.18
HSL 126.82º 0.32% 0.73% -
HSV(B) 126.82º 0.21% 0.82% -
XYZ 45.57 56.5 46.53 -
YUV 191.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 165 209 170 0.21 0 0.19 0.18 126.82 0.32 0.73
Hex A5 D1 AA 15 0 13 12 7F 20 49
Octal 245 321 252 25 0 23 22 177 40 111
Binary 10100101 11010001 10101010 10101 0 10011 10010 1111111 100000 1001001

Color Harmonies of #A5D1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D1AA

Black with #A5D1AA

Text Example


Text Example

White with #A5D1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D1AA; }

 p { color: rgb(165,209,170); }

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

background-color css

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

 a { background-color: rgb(165,209,170); }

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

border-color css

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

 span { border-color: rgb(165,209,170); }

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