#ACA05E

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

Shades of Gimblet #ACA05E

Tints of Gimblet #ACA05E

Color information

#ACA05E (or 0xACA05E) is unknown color: approx Gimblet. HEX triplet: AC, A0 and 5E. RGB value is (172,160,94). Sum of RGB (Red+Green+Blue) = 172+160+94=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA05E is #535FA1. Grayscale: #9C9C9C. Windows color (decimal): -5463970 or 6201516. OLE color: 6201516.

HSL color Cylindrical-coordinate representation of color #ACA05E: hue angle of 50.77º 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 #ACA05E is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17216094-
CMYK00.070.450.33
HSL50.77º31.97%52.16%-
HSV(B)50.77º45.35%67.45%-
XYZ31.634.7215.63-
YUV156.0692.98139.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=40.38%
G=37.56%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721609400.070.450.3350.7731.9752.16
HexACA05E072D21332034
Octal254240136075541634064
Binary101011001010000010111100111101101100001110011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA05E; }

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

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

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

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

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

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

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

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