#A5D5B3

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

Shades of Chinook #A5D5B3

Tints of Chinook #A5D5B3

Color information

#A5D5B3 (or 0xA5D5B3) is unknown color: approx Chinook. HEX triplet: A5, D5 and B3. RGB value is (165,213,179). Sum of RGB (Red+Green+Blue) = 165+213+179=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5B3 is #5A2A4C. Grayscale: #C2C2C2. Windows color (decimal): -5909069 or 11785637. OLE color: 11785637.

HSL color Cylindrical-coordinate representation of color #A5D5B3: hue angle of 137.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5B3 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB165213179-
CMYK0.2300.160.16
HSL137.5º36.36%74.12%-
HSV(B)137.5º22.54%83.53%-
XYZ47.4558.8451.5-
YUV194.77119.1106.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 179 (70.31% from 255) = 32.14%
R=29.62%
G=38.24%
B=32.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131790.2300.160.16137.536.3674.12
HexA5D5B317010108a244a
Octal245325263270202021244112
Binary1010010111010101101100111011101000010000100010101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5B3; }

 p { color: rgb(165,213,179); }

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

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

 a { background-color: rgb(165,213,179); }

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

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

 span { border-color: rgb(165,213,179); }

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