#ACA55B

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

Shades of Gimblet #ACA55B

Tints of Gimblet #ACA55B

Color information

#ACA55B (or 0xACA55B) is unknown color: approx Gimblet. HEX triplet: AC, A5 and 5B. RGB value is (172,165,91). Sum of RGB (Red+Green+Blue) = 172+165+91=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA55B is #535AA4. Grayscale: #9E9E9E. Windows color (decimal): -5462693 or 6006188. OLE color: 6006188.

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

Color convert

RGB17216591-
CMYK00.040.470.33
HSL54.81º32.79%51.57%-
HSV(B)54.81º47.09%67.45%-
XYZ32.3636.4415.23-
YUV158.6689.82137.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 165 (64.84% from 255) = 38.55%
BLUE value IS 91 (35.94% from 255) = 21.26%
R=40.19%
G=38.55%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721659100.040.470.3354.8132.7951.57
HexACA55B042F21372134
Octal254245133045741674164
Binary101011001010010110110110100101111100001110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA55B; }

 p { color: rgb(172,165,91); }

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

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

 a { background-color: rgb(172,165,91); }

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

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

 span { border-color: rgb(172,165,91); }

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