#A4D5AC

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

Shades of Chinook #A4D5AC

Tints of Chinook #A4D5AC

Color information

#A4D5AC (or 0xA4D5AC) is unknown color: approx Chinook. HEX triplet: A4, D5 and AC. RGB value is (164,213,172). Sum of RGB (Red+Green+Blue) = 164+213+172=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D5AC is #5B2A53. Grayscale: #C1C1C1. Windows color (decimal): -5974612 or 11326884. OLE color: 11326884.

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

Color convert

RGB164213172-
CMYK0.2300.190.16
HSL129.8º36.84%73.92%-
HSV(B)129.8º23%83.53%-
XYZ46.5558.4647.86-
YUV193.68115.77106.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 213 (83.59% from 255) = 38.80%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=29.87%
G=38.80%
B=31.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642131720.2300.190.16129.836.8473.92
HexA4D5AC170131082254a
Octal244325254270232020245112
Binary1010010011010101101011001011101001110000100000101001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D5AC; }

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

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

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

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

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

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

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

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