#ACA66A

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

Shades of Gimblet #ACA66A

Tints of Gimblet #ACA66A

Color information

#ACA66A (or 0xACA66A) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 6A. RGB value is (172,166,106). Sum of RGB (Red+Green+Blue) = 172+166+106=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA66A is #535995. Grayscale: #A1A1A1. Windows color (decimal): -5462422 or 6989484. OLE color: 6989484.

HSL color Cylindrical-coordinate representation of color #ACA66A: hue angle of 54.55º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACA66A is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172166106-
CMYK00.030.380.33
HSL54.55º28.45%54.51%-
HSV(B)54.55º38.37%67.45%-
XYZ33.2537.0819.04-
YUV160.9596.99135.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=38.74%
G=37.39%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216610600.030.380.3354.5528.4554.51
HexACA66A032621371c37
Octal254246152034641673467
Binary1010110010100110110101001110011010000111011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA66A; }

 p { color: rgb(172,166,106); }

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

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

 a { background-color: rgb(172,166,106); }

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

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

 span { border-color: rgb(172,166,106); }

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