#A4D2AC

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

Shades of Chinook #A4D2AC

Tints of Chinook #A4D2AC

Color information

#A4D2AC (or 0xA4D2AC) is unknown color: approx Chinook. HEX triplet: A4, D2 and AC. RGB value is (164,210,172). Sum of RGB (Red+Green+Blue) = 164+210+172=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D2AC is #5B2D53. Grayscale: #C0C0C0. Windows color (decimal): -5975380 or 11326116. OLE color: 11326116.

HSL color Cylindrical-coordinate representation of color #A4D2AC: hue angle of 130.43º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D2AC is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB164210172-
CMYK0.2200.180.18
HSL130.43º33.82%73.33%-
HSV(B)130.43º21.9%82.35%-
XYZ45.856.9647.61-
YUV191.91116.76108.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 210 (82.42% from 255) = 38.46%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=30.04%
G=38.46%
B=31.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642101720.2200.180.18130.4333.8273.33
HexA4D2AC1601212822249
Octal244322254260222220242111
Binary1010010011010010101011001011001001010010100000101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D2AC; }

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

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

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

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

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

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

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

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