#A5D2AB

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

Shades of Chinook #A5D2AB

Tints of Chinook #A5D2AB

Color information

#A5D2AB (or 0xA5D2AB) is unknown color: approx Chinook. HEX triplet: A5, D2 and AB. RGB value is (165,210,171). Sum of RGB (Red+Green+Blue) = 165+210+171=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D2AB is #5A2D54. Grayscale: #C0C0C0. Windows color (decimal): -5909845 or 11260581. OLE color: 11260581.

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

Color convert

RGB165210171-
CMYK0.2100.190.18
HSL128º33.33%73.53%-
HSV(B)128º21.43%82.35%-
XYZ45.9157.0347.12-
YUV192.1116.09108.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 210 (82.42% from 255) = 38.46%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=30.22%
G=38.46%
B=31.32%

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
Decimal1652101710.2100.190.1812833.3373.53
HexA5D2AB150131280214a
Octal245322253250232220041112
Binary1010010111010010101010111010101001110010100000001000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2AB; }

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

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

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

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

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

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

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

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