#ACA56B

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

Shades of Gimblet #ACA56B

Tints of Gimblet #ACA56B

Color information

#ACA56B (or 0xACA56B) is unknown color: approx Gimblet. HEX triplet: AC, A5 and 6B. RGB value is (172,165,107). Sum of RGB (Red+Green+Blue) = 172+165+107=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA56B is #535A94. Grayscale: #A0A0A0. Windows color (decimal): -5462677 or 7054764. OLE color: 7054764.

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

Color convert

RGB172165107-
CMYK00.040.380.33
HSL53.54º28.14%54.71%-
HSV(B)53.54º37.79%67.45%-
XYZ33.1236.7419.26-
YUV160.4897.82136.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 165 (64.84% from 255) = 37.16%
BLUE value IS 107 (42.19% from 255) = 24.10%
R=38.74%
G=37.16%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216510700.040.380.3353.5428.1454.71
HexACA56B042621361c37
Octal254245153044641663467
Binary10101100101001011101011010010011010000111011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA56B; }

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

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

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

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

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

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

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

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