#ACA46A

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

Shades of Gimblet #ACA46A

Tints of Gimblet #ACA46A

Color information

#ACA46A (or 0xACA46A) is unknown color: approx Gimblet. HEX triplet: AC, A4 and 6A. RGB value is (172,164,106). Sum of RGB (Red+Green+Blue) = 172+164+106=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA46A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA46A is #535B95. Grayscale: #A0A0A0. Windows color (decimal): -5462934 or 6988972. OLE color: 6988972.

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

Color convert

RGB172164106-
CMYK00.050.380.33
HSL52.73º28.45%54.51%-
HSV(B)52.73º38.37%67.45%-
XYZ32.8936.3618.92-
YUV159.7897.65136.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=38.91%
G=37.10%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216410600.050.380.3352.7328.4554.51
HexACA46A052621351c37
Octal254244152054641653467
Binary10101100101001001101010010110011010000111010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA46A; }

 p { color: rgb(172,164,106); }

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

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

 a { background-color: rgb(172,164,106); }

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

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

 span { border-color: rgb(172,164,106); }

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