#A4DAAC

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

Shades of Chinook #A4DAAC

Tints of Chinook #A4DAAC

Color information

#A4DAAC (or 0xA4DAAC) is unknown color: approx Chinook. HEX triplet: A4, DA and AC. RGB value is (164,218,172). Sum of RGB (Red+Green+Blue) = 164+218+172=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DAAC is #5B2553. Grayscale: #C4C4C4. Windows color (decimal): -5973332 or 11328164. OLE color: 11328164.

HSL color Cylindrical-coordinate representation of color #A4DAAC: hue angle of 128.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DAAC is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB164218172-
CMYK0.2500.210.15
HSL128.89º42.19%74.9%-
HSV(B)128.89º24.77%85.49%-
XYZ47.8361.0148.29-
YUV196.61114.11104.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.60%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=29.60%
G=39.35%
B=31.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642181720.2500.210.15128.8942.1974.9
HexA4DAAC19015F812a4b
Octal244332254310251720152113
Binary101001001101101010101100110010101011111100000011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DAAC; }

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

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

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

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

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

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

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

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