#ACA458

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

Shades of Gimblet #ACA458

Tints of Gimblet #ACA458

Color information

#ACA458 (or 0xACA458) is unknown color: approx Gimblet. HEX triplet: AC, A4 and 58. RGB value is (172,164,88). Sum of RGB (Red+Green+Blue) = 172+164+88=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA458 is #535BA7. Grayscale: #9E9E9E. Windows color (decimal): -5462952 or 5809324. OLE color: 5809324.

HSL color Cylindrical-coordinate representation of color #ACA458: hue angle of 54.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACA458 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17216488-
CMYK00.050.490.33
HSL54.29º33.6%50.98%-
HSV(B)54.29º48.84%67.45%-
XYZ32.0536.0314.5-
YUV157.7388.65138.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 88 (34.77% from 255) = 20.75%
R=40.57%
G=38.68%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721648800.050.490.3354.2933.650.98
HexACA458053121362233
Octal254244130056141664263
Binary101011001010010010110000101110001100001110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA458; }

 p { color: rgb(172,164,88); }

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

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

 a { background-color: rgb(172,164,88); }

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

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

 span { border-color: rgb(172,164,88); }

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