#ACA96E

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

Shades of Gimblet #ACA96E

Tints of Gimblet #ACA96E

Color information

#ACA96E (or 0xACA96E) is unknown color: approx Gimblet. HEX triplet: AC, A9 and 6E. RGB value is (172,169,110). Sum of RGB (Red+Green+Blue) = 172+169+110=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA96E is #535691. Grayscale: #A3A3A3. Windows color (decimal): -5461650 or 7252396. OLE color: 7252396.

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

Color convert

RGB172169110-
CMYK00.020.360.33
HSL57.1º27.19%55.29%-
HSV(B)57.1º36.05%67.45%-
XYZ34.0238.2720.35-
YUV163.1797.99134.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 169 (66.41% from 255) = 37.47%
BLUE value IS 110 (43.36% from 255) = 24.39%
R=38.14%
G=37.47%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216911000.020.360.3357.127.1955.29
HexACA96E022421391b37
Octal254251156024441713367
Binary1010110010101001110111001010010010000111100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA96E; }

 p { color: rgb(172,169,110); }

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

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

 a { background-color: rgb(172,169,110); }

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

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

 span { border-color: rgb(172,169,110); }

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