#A7D5AC

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

Shades of Chinook #A7D5AC

Tints of Chinook #A7D5AC

Color information

#A7D5AC (or 0xA7D5AC) is unknown color: approx Chinook. HEX triplet: A7, D5 and AC. RGB value is (167,213,172). Sum of RGB (Red+Green+Blue) = 167+213+172=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D5AC is #582A53. Grayscale: #C2C2C2. Windows color (decimal): -5778004 or 11326887. OLE color: 11326887.

HSL color Cylindrical-coordinate representation of color #A7D5AC: hue angle of 126.52º degrees, saturation: 0.35, 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 #A7D5AC is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB167213172-
CMYK0.2200.190.16
HSL126.52º35.38%74.51%-
HSV(B)126.52º21.6%83.53%-
XYZ47.1858.7847.89-
YUV194.57115.26108.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.25%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=30.25%
G=38.59%
B=31.16%

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
Decimal1672131720.2200.190.16126.5235.3874.51
HexA7D5AC16013107f234b
Octal247325254260232017743113
Binary101001111101010110101100101100100111000011111111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D5AC; }

 p { color: rgb(167,213,172); }

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

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

 a { background-color: rgb(167,213,172); }

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

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

 span { border-color: rgb(167,213,172); }

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