#ACA166

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

Shades of Gimblet #ACA166

Tints of Gimblet #ACA166

Color information

#ACA166 (or 0xACA166) is unknown color: approx Gimblet. HEX triplet: AC, A1 and 66. RGB value is (172,161,102). Sum of RGB (Red+Green+Blue) = 172+161+102=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA166 is #535E99. Grayscale: #9D9D9D. Windows color (decimal): -5463706 or 6726060. OLE color: 6726060.

HSL color Cylindrical-coordinate representation of color #ACA166: hue angle of 50.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACA166 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB172161102-
CMYK00.060.410.33
HSL50.57º29.66%53.73%-
HSV(B)50.57º40.7%67.45%-
XYZ32.1635.2217.67-
YUV157.5696.64138.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=39.54%
G=37.01%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216110200.060.410.3350.5729.6653.73
HexACA166062921331e36
Octal254241146065141633666
Binary10101100101000011100110011010100110000111001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA166; }

 p { color: rgb(172,161,102); }

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

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

 a { background-color: rgb(172,161,102); }

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

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

 span { border-color: rgb(172,161,102); }

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