#ACA66B

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

Shades of Gimblet #ACA66B

Tints of Gimblet #ACA66B

Color information

#ACA66B (or 0xACA66B) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 6B. RGB value is (172,166,107). Sum of RGB (Red+Green+Blue) = 172+166+107=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA66B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA66B is #535994. Grayscale: #A1A1A1. Windows color (decimal): -5462421 or 7055020. OLE color: 7055020.

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

Color convert

RGB172166107-
CMYK00.030.380.33
HSL54.46º28.14%54.71%-
HSV(B)54.46º37.79%67.45%-
XYZ33.337.119.32-
YUV161.0797.49135.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 166 (65.23% from 255) = 37.30%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=38.65%
G=37.30%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216610700.030.380.3354.4628.1454.71
HexACA66B032621361c37
Octal254246153034641663467
Binary1010110010100110110101101110011010000111011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA66B; }

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

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

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

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

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

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

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

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