#A4D0AD

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

Shades of Chinook #A4D0AD

Tints of Chinook #A4D0AD

Color information

#A4D0AD (or 0xA4D0AD) is unknown color: approx Chinook. HEX triplet: A4, D0 and AD. RGB value is (164,208,173). Sum of RGB (Red+Green+Blue) = 164+208+173=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D0AD is #5B2F52. Grayscale: #BEBEBE. Windows color (decimal): -5975891 or 11391140. OLE color: 11391140.

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

Color convert

RGB164208173-
CMYK0.2100.170.18
HSL132.27º31.88%72.94%-
HSV(B)132.27º21.15%81.57%-
XYZ45.4156.0247.96-
YUV190.85117.92108.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=30.09%
G=38.17%
B=31.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642081730.2100.170.18132.2731.8872.94
HexA4D0AD1501112842049
Octal244320255250212220440111
Binary1010010011010000101011011010101000110010100001001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D0AD; }

 p { color: rgb(164,208,173); }

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

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

 a { background-color: rgb(164,208,173); }

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

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

 span { border-color: rgb(164,208,173); }

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