#ACA86B

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

Shades of Gimblet #ACA86B

Tints of Gimblet #ACA86B

Color information

#ACA86B (or 0xACA86B) is unknown color: approx Gimblet. HEX triplet: AC, A8 and 6B. RGB value is (172,168,107). Sum of RGB (Red+Green+Blue) = 172+168+107=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA86B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA86B is #535794. Grayscale: #A2A2A2. Windows color (decimal): -5461909 or 7055532. OLE color: 7055532.

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

Color convert

RGB172168107-
CMYK00.020.380.33
HSL56.31º28.14%54.71%-
HSV(B)56.31º37.79%67.45%-
XYZ33.6737.8419.44-
YUV162.2496.83134.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=38.48%
G=37.58%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216810700.020.380.3356.3128.1454.71
HexACA86B022621381c37
Octal254250153024641703467
Binary1010110010101000110101101010011010000111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA86B; }

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

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

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

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

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

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

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

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