#A5D3AB

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

Shades of Chinook #A5D3AB

Tints of Chinook #A5D3AB

Color information

#A5D3AB (or 0xA5D3AB) is unknown color: approx Chinook. HEX triplet: A5, D3 and AB. RGB value is (165,211,171). Sum of RGB (Red+Green+Blue) = 165+211+171=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D3AB is #5A2C54. Grayscale: #C0C0C0. Windows color (decimal): -5909589 or 11260837. OLE color: 11260837.

HSL color Cylindrical-coordinate representation of color #A5D3AB: hue angle of 127.83º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5D3AB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB165211171-
CMYK0.2200.190.17
HSL127.83º34.33%73.73%-
HSV(B)127.83º21.8%82.75%-
XYZ46.1657.5347.2-
YUV192.69115.76108.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 211 (82.81% from 255) = 38.57%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=30.16%
G=38.57%
B=31.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652111710.2200.190.17127.8334.3373.73
HexA5D3AB160131180224a
Octal245323253260232120042112
Binary1010010111010011101010111011001001110001100000001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D3AB; }

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

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

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

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

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

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

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

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