#A7D6AD

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

Shades of Chinook #A7D6AD

Tints of Chinook #A7D6AD

Color information

#A7D6AD (or 0xA7D6AD) is unknown color: approx Chinook. HEX triplet: A7, D6 and AD. RGB value is (167,214,173). Sum of RGB (Red+Green+Blue) = 167+214+173=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D6AD is #582952. Grayscale: #C3C3C3. Windows color (decimal): -5777747 or 11392679. OLE color: 11392679.

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

Color convert

RGB167214173-
CMYK0.2200.190.16
HSL127.66º36.43%74.71%-
HSV(B)127.66º21.96%83.92%-
XYZ47.5359.3348.48-
YUV195.27115.43107.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.14%
GREEN value IS 214 (83.98% from 255) = 38.63%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=30.14%
G=38.63%
B=31.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672141730.2200.190.16127.6636.4374.71
HexA7D6AD160131080244b
Octal247326255260232020044113
Binary1010011111010110101011011011001001110000100000001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D6AD; }

 p { color: rgb(167,214,173); }

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

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

 a { background-color: rgb(167,214,173); }

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

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

 span { border-color: rgb(167,214,173); }

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