#A3CCAA

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

Shades of Chinook #A3CCAA

Tints of Chinook #A3CCAA

Color information

#A3CCAA (or 0xA3CCAA) is unknown color: approx Chinook. HEX triplet: A3, CC and AA. RGB value is (163,204,170). Sum of RGB (Red+Green+Blue) = 163+204+170=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCAA is #5C3355. Grayscale: #BBBBBB. Windows color (decimal): -6042454 or 11193507. OLE color: 11193507.

HSL color Cylindrical-coordinate representation of color #A3CCAA: hue angle of 130.24º 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 #A3CCAA is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB163204170-
CMYK0.2000.170.2
HSL130.24º28.67%71.96%-
HSV(B)130.24º20.1%80%-
XYZ43.9553.8746.11-
YUV187.86117.92110.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.35%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=30.35%
G=37.99%
B=31.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041700.2000.170.2130.2428.6771.96
HexA3CCAA1401114821d48
Octal243314252240212420235110
Binary101000111100110010101010101000100011010010000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCAA; }

 p { color: rgb(163,204,170); }

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

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

 a { background-color: rgb(163,204,170); }

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

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

 span { border-color: rgb(163,204,170); }

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