#A4CDAC

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

Shades of Chinook #A4CDAC

Tints of Chinook #A4CDAC

Color information

#A4CDAC (or 0xA4CDAC) is unknown color: approx Chinook. HEX triplet: A4, CD and AC. RGB value is (164,205,172). Sum of RGB (Red+Green+Blue) = 164+205+172=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CDAC is #5B3253. Grayscale: #BDBDBD. Windows color (decimal): -5976660 or 11324836. OLE color: 11324836.

HSL color Cylindrical-coordinate representation of color #A4CDAC: hue angle of 131.71º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDAC is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB164205172-
CMYK0.200.160.20
HSL131.71º29.08%72.35%-
HSV(B)131.71º20%80.39%-
XYZ44.5954.5347.21-
YUV188.98118.42110.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=30.31%
G=37.89%
B=31.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051720.200.160.20131.7129.0872.35
HexA4CDAC1401014841d48
Octal244315254240202420435110
Binary101001001100110110101100101000100001010010000100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDAC; }

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

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

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

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

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

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

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

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