#A5D2AA

Color #A5D2AA Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A5D2AA

Tints of Chinook #A5D2AA

Color information

#A5D2AA (or 0xA5D2AA) is unknown color: approx 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

RGB165210170-
CMYK0.2100.190.18
HSL126.67º33.33%73.53%-
HSV(B)126.67º21.43%82.35%-
XYZ45.8256.9946.62-
YUV191.98115.59108.75-

RGB Variations

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

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.80% from 255) = 31.19%
R=30.28%
G=38.53%
B=31.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101700.2100.190.18126.6733.3373.53
HexA5D2AA15013127f214a
Octal245322252250232217741112
Binary101001011101001010101010101010100111001011111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>