#ACA65D

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

Shades of Gimblet #ACA65D

Tints of Gimblet #ACA65D

Color information

#ACA65D (or 0xACA65D) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 5D. RGB value is (172,166,93). Sum of RGB (Red+Green+Blue) = 172+166+93=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA65D is #5359A2. Grayscale: #9F9F9F. Windows color (decimal): -5462435 or 6137516. OLE color: 6137516.

HSL color Cylindrical-coordinate representation of color #ACA65D: hue angle of 55.44º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACA65D is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17216693-
CMYK00.030.460.33
HSL55.44º32.24%51.96%-
HSV(B)55.44º45.93%67.45%-
XYZ32.6336.8315.75-
YUV159.4790.49136.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=39.91%
G=38.52%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721669300.030.460.3355.4432.2451.96
HexACA65D032E21372034
Octal254246135035641674064
Binary10101100101001101011101011101110100001110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA65D; }

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

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

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

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

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

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

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

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