#ACA35F

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

Shades of Gimblet #ACA35F

Tints of Gimblet #ACA35F

Color information

#ACA35F (or 0xACA35F) is unknown color: approx Gimblet. HEX triplet: AC, A3 and 5F. RGB value is (172,163,95). Sum of RGB (Red+Green+Blue) = 172+163+95=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA35F is #535CA0. Grayscale: #9E9E9E. Windows color (decimal): -5463201 or 6267820. OLE color: 6267820.

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

Color convert

RGB17216395-
CMYK00.050.450.33
HSL52.99º31.69%52.35%-
HSV(B)52.99º44.77%67.45%-
XYZ32.1835.7916.04-
YUV157.9492.48138.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=40%
G=37.91%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721639500.050.450.3352.9931.6952.35
HexACA35F052D21352034
Octal254243137055541654064
Binary101011001010001110111110101101101100001110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA35F; }

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

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

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

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

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

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

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

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