Html Css Color HEX #A5D2AA Chinook

📋 copy color: '#A5D2AA'

red 165 ◦ green 210 ◦ blue 170

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

Shades of Chinook #A5D2AA

Tints of Chinook #A5D2AA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.53%

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

R = 30.28%
G = 38.53%
B = 31.19%

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

#A5D2AA (or 0xA5D2AA) is known color: Chinook. HEX triplet: A5, D2 and AA. RGB value is (165,210,170). Sum of RGB (Red+Green+Blue) = 165+210+170=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D2AA is #5A2D55. Grayscale: #C0C0C0. Windows color (decimal): -5909846 or 11195045. OLE color: 11195045.

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

Color convert

RGB 165 210 170 -
CMYK 0.21 0 0.19 0.18
HSL 126.67º 0.33% 0.74% -
HSV(B) 126.67º 0.21% 0.82% -
XYZ 45.82 56.99 46.62 -
YUV 191.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 165 210 170 0.21 0 0.19 0.18 126.67 0.33 0.74
Hex A5 D2 AA 15 0 13 12 7F 21 4A
Octal 245 322 252 25 0 23 22 177 41 112
Binary 10100101 11010010 10101010 10101 0 10011 10010 1111111 100001 1001010

Color Harmonies of #A5D2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2AA

Black with #A5D2AA

Text Example


Text Example

White with #A5D2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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