#A8D5AE

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

Shades of Chinook #A8D5AE

Tints of Chinook #A8D5AE

Color information

#A8D5AE (or 0xA8D5AE) is unknown color: approx Chinook. HEX triplet: A8, D5 and AE. RGB value is (168,213,174). Sum of RGB (Red+Green+Blue) = 168+213+174=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D5AE is #572A51. Grayscale: #C3C3C3. Windows color (decimal): -5712466 or 11457960. OLE color: 11457960.

HSL color Cylindrical-coordinate representation of color #A8D5AE: hue angle of 128º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D5AE is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB168213174-
CMYK0.2100.180.16
HSL128º34.88%74.71%-
HSV(B)128º21.13%83.53%-
XYZ47.5858.9748.92-
YUV195.1116.09108.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=30.27%
G=38.38%
B=31.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682131740.2100.180.1612834.8874.71
HexA8D5AE150121080234b
Octal250325256250222020043113
Binary1010100011010101101011101010101001010000100000001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D5AE; }

 p { color: rgb(168,213,174); }

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

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

 a { background-color: rgb(168,213,174); }

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

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

 span { border-color: rgb(168,213,174); }

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