#ACA96D

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

Shades of Gimblet #ACA96D

Tints of Gimblet #ACA96D

Color information

#ACA96D (or 0xACA96D) is unknown color: approx Gimblet. HEX triplet: AC, A9 and 6D. RGB value is (172,169,109). Sum of RGB (Red+Green+Blue) = 172+169+109=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA96D is #535692. Grayscale: #A3A3A3. Windows color (decimal): -5461651 or 7186860. OLE color: 7186860.

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

Color convert

RGB172169109-
CMYK00.020.370.33
HSL57.14º27.51%55.1%-
HSV(B)57.14º36.63%67.45%-
XYZ33.9638.2520.06-
YUV163.0697.49134.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 169 (66.41% from 255) = 37.56%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=38.22%
G=37.56%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216910900.020.370.3357.1427.5155.1
HexACA96D022521391c37
Octal254251155024541713467
Binary1010110010101001110110101010010110000111100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA96D; }

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

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

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

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

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

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

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

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