#ACA15E

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

Shades of Gimblet #ACA15E

Tints of Gimblet #ACA15E

Color information

#ACA15E (or 0xACA15E) is unknown color: approx Gimblet. HEX triplet: AC, A1 and 5E. RGB value is (172,161,94). Sum of RGB (Red+Green+Blue) = 172+161+94=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA15E is #535EA1. Grayscale: #9C9C9C. Windows color (decimal): -5463714 or 6201772. OLE color: 6201772.

HSL color Cylindrical-coordinate representation of color #ACA15E: hue angle of 51.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACA15E is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17216194-
CMYK00.060.450.33
HSL51.54º31.97%52.16%-
HSV(B)51.54º45.35%67.45%-
XYZ31.7835.0715.68-
YUV156.6592.64138.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=40.28%
G=37.70%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721619400.060.450.3351.5431.9752.16
HexACA15E062D21342034
Octal254241136065541644064
Binary101011001010000110111100110101101100001110100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA15E; }

 p { color: rgb(172,161,94); }

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

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

 a { background-color: rgb(172,161,94); }

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

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

 span { border-color: rgb(172,161,94); }

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