#ACA15F

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

Shades of Gimblet #ACA15F

Tints of Gimblet #ACA15F

Color information

#ACA15F (or 0xACA15F) is unknown color: approx Gimblet. HEX triplet: AC, A1 and 5F. RGB value is (172,161,95). Sum of RGB (Red+Green+Blue) = 172+161+95=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA15F is #535EA0. Grayscale: #9D9D9D. Windows color (decimal): -5463713 or 6267308. OLE color: 6267308.

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

Color convert

RGB17216195-
CMYK00.060.450.33
HSL51.43º31.69%52.35%-
HSV(B)51.43º44.77%67.45%-
XYZ31.8235.0915.92-
YUV156.7793.14138.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=40.19%
G=37.62%
B=22.20%

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
Decimal1721619500.060.450.3351.4331.6952.35
HexACA15F062D21332034
Octal254241137065541634064
Binary101011001010000110111110110101101100001110011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA15F; }

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

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

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

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

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

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

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

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