#ACA162

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

Shades of Gimblet #ACA162

Tints of Gimblet #ACA162

Color information

#ACA162 (or 0xACA162) is unknown color: approx Gimblet. HEX triplet: AC, A1 and 62. RGB value is (172,161,98). Sum of RGB (Red+Green+Blue) = 172+161+98=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA162 is #535E9D. Grayscale: #9D9D9D. Windows color (decimal): -5463710 or 6463916. OLE color: 6463916.

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

Color convert

RGB17216198-
CMYK00.060.430.33
HSL51.08º30.83%52.94%-
HSV(B)51.08º43.02%67.45%-
XYZ31.9635.1416.65-
YUV157.1194.64138.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=39.91%
G=37.35%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721619800.060.430.3351.0830.8352.94
HexACA162062B21331f35
Octal254241142065341633765
Binary10101100101000011100010011010101110000111001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA162; }

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

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

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

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

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

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

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

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