#A5DAAE

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

Shades of Chinook #A5DAAE

Tints of Chinook #A5DAAE

Color information

#A5DAAE (or 0xA5DAAE) is unknown color: approx Chinook. HEX triplet: A5, DA and AE. RGB value is (165,218,174). Sum of RGB (Red+Green+Blue) = 165+218+174=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DAAE is #5A2551. Grayscale: #C5C5C5. Windows color (decimal): -5907794 or 11459237. OLE color: 11459237.

HSL color Cylindrical-coordinate representation of color #A5DAAE: hue angle of 130.19º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5DAAE is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB165218174-
CMYK0.2400.200.15
HSL130.19º41.73%75.1%-
HSV(B)130.19º24.31%85.49%-
XYZ48.2361.249.31-
YUV197.14114.94105.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=29.62%
G=39.14%
B=31.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181740.2400.200.15130.1941.7375.1
HexA5DAAE18014F822a4b
Octal245332256300241720252113
Binary101001011101101010101110110000101001111100000101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DAAE; }

 p { color: rgb(165,218,174); }

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

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

 a { background-color: rgb(165,218,174); }

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

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

 span { border-color: rgb(165,218,174); }

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