#ACA25D

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

Shades of Gimblet #ACA25D

Tints of Gimblet #ACA25D

Color information

#ACA25D (or 0xACA25D) is unknown color: approx Gimblet. HEX triplet: AC, A2 and 5D. RGB value is (172,162,93). Sum of RGB (Red+Green+Blue) = 172+162+93=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA25D is #535DA2. Grayscale: #9D9D9D. Windows color (decimal): -5463459 or 6136492. OLE color: 6136492.

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

Color convert

RGB17216293-
CMYK00.060.460.33
HSL52.41º32.24%51.96%-
HSV(B)52.41º45.93%67.45%-
XYZ31.9135.415.51-
YUV157.1291.81138.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=40.28%
G=37.94%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721629300.060.460.3352.4132.2451.96
HexACA25D062E21342034
Octal254242135065641644064
Binary101011001010001010111010110101110100001110100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA25D; }

 p { color: rgb(172,162,93); }

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

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

 a { background-color: rgb(172,162,93); }

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

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

 span { border-color: rgb(172,162,93); }

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