#ACAA6A

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

Shades of Gimblet #ACAA6A

Tints of Gimblet #ACAA6A

Color information

#ACAA6A (or 0xACAA6A) is unknown color: approx Gimblet. HEX triplet: AC, AA and 6A. RGB value is (172,170,106). Sum of RGB (Red+Green+Blue) = 172+170+106=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA6A is #535595. Grayscale: #A3A3A3. Windows color (decimal): -5461398 or 6990508. OLE color: 6990508.

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

Color convert

RGB172170106-
CMYK00.010.380.33
HSL58.18º28.45%54.51%-
HSV(B)58.18º38.37%67.45%-
XYZ33.9938.5619.29-
YUV163.395.66134.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=38.39%
G=37.95%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217010600.010.380.3358.1828.4554.51
HexACAA6A0126213a1c37
Octal254252152014641723467
Binary101011001010101011010100110011010000111101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA6A; }

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

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

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

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

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

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

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

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