#A5D2AD

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

Shades of Chinook #A5D2AD

Tints of Chinook #A5D2AD

Color information

#A5D2AD (or 0xA5D2AD) is unknown color: approx Chinook. HEX triplet: A5, D2 and AD. RGB value is (165,210,173). Sum of RGB (Red+Green+Blue) = 165+210+173=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D2AD is #5A2D52. Grayscale: #C0C0C0. Windows color (decimal): -5909843 or 11391653. OLE color: 11391653.

HSL color Cylindrical-coordinate representation of color #A5D2AD: hue angle of 130.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 #A5D2AD is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB165210173-
CMYK0.2100.180.18
HSL130.67º33.33%73.53%-
HSV(B)130.67º21.43%82.35%-
XYZ46.1157.1148.13-
YUV192.33117.09108.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=30.11%
G=38.32%
B=31.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101730.2100.180.18130.6733.3373.53
HexA5D2AD150121283214a
Octal245322255250222220341112
Binary1010010111010010101011011010101001010010100000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2AD; }

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

 H1.HeaderClassName
 {
   color: #A5D2AD;
 }
 .AnyTagClassName
 {
   color: #A5D2AD;
 }
</style>
background-color css

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

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

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

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

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

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