#ACA35B

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

Shades of Gimblet #ACA35B

Tints of Gimblet #ACA35B

Color information

#ACA35B (or 0xACA35B) is unknown color: approx Gimblet. HEX triplet: AC, A3 and 5B. RGB value is (172,163,91). Sum of RGB (Red+Green+Blue) = 172+163+91=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA35B is #535CA4. Grayscale: #9D9D9D. Windows color (decimal): -5463205 or 6005676. OLE color: 6005676.

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

Color convert

RGB17216391-
CMYK00.050.470.33
HSL53.33º32.79%51.57%-
HSV(B)53.33º47.09%67.45%-
XYZ3235.7215.11-
YUV157.4890.48138.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=40.38%
G=38.26%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721639100.050.470.3353.3332.7951.57
HexACA35B052F21352134
Octal254243133055741654164
Binary101011001010001110110110101101111100001110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA35B; }

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

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

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

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

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

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

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

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