#ACA362

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

Shades of Gimblet #ACA362

Tints of Gimblet #ACA362

Color information

#ACA362 (or 0xACA362) is unknown color: approx Gimblet. HEX triplet: AC, A3 and 62. RGB value is (172,163,98). Sum of RGB (Red+Green+Blue) = 172+163+98=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA362 is #535C9D. Grayscale: #9E9E9E. Windows color (decimal): -5463198 or 6464428. OLE color: 6464428.

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

Color convert

RGB17216398-
CMYK00.050.430.33
HSL52.7º30.83%52.94%-
HSV(B)52.7º43.02%67.45%-
XYZ32.3235.8516.77-
YUV158.2893.98137.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=39.72%
G=37.64%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721639800.050.430.3352.730.8352.94
HexACA362052B21351f35
Octal254243142055341653765
Binary10101100101000111100010010110101110000111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA362; }

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

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

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

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

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

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

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

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