#ACA669

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

Shades of Gimblet #ACA669

Tints of Gimblet #ACA669

Color information

#ACA669 (or 0xACA669) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 69. RGB value is (172,166,105). Sum of RGB (Red+Green+Blue) = 172+166+105=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA669 is #535996. Grayscale: #A1A1A1. Windows color (decimal): -5462423 or 6923948. OLE color: 6923948.

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

Color convert

RGB172166105-
CMYK00.030.390.33
HSL54.63º28.76%54.31%-
HSV(B)54.63º38.95%67.45%-
XYZ33.237.0618.77-
YUV160.8496.49135.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=38.83%
G=37.47%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216610500.030.390.3354.6328.7654.31
HexACA669032721371d36
Octal254246151034741673566
Binary1010110010100110110100101110011110000111011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA669; }

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

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

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

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

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

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

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

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