#ACA561

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

Shades of Gimblet #ACA561

Tints of Gimblet #ACA561

Color information

#ACA561 (or 0xACA561) is unknown color: approx Gimblet. HEX triplet: AC, A5 and 61. RGB value is (172,165,97). Sum of RGB (Red+Green+Blue) = 172+165+97=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA561 is #535A9E. Grayscale: #9F9F9F. Windows color (decimal): -5462687 or 6399404. OLE color: 6399404.

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

Color convert

RGB17216597-
CMYK00.040.440.33
HSL54.4º31.12%52.75%-
HSV(B)54.4º43.6%67.45%-
XYZ32.6336.5416.64-
YUV159.3492.82137.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=39.63%
G=38.02%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721659700.040.440.3354.431.1252.75
HexACA561042C21361f35
Octal254245141045441663765
Binary10101100101001011100001010010110010000111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA561; }

 p { color: rgb(172,165,97); }

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

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

 a { background-color: rgb(172,165,97); }

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

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

 span { border-color: rgb(172,165,97); }

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