#ACA369

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

Shades of Gimblet #ACA369

Tints of Gimblet #ACA369

Color information

#ACA369 (or 0xACA369) is unknown color: approx Gimblet. HEX triplet: AC, A3 and 69. RGB value is (172,163,105). Sum of RGB (Red+Green+Blue) = 172+163+105=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA369 is #535C96. Grayscale: #9F9F9F. Windows color (decimal): -5463191 or 6923180. OLE color: 6923180.

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

Color convert

RGB172163105-
CMYK00.050.390.33
HSL51.94º28.76%54.31%-
HSV(B)51.94º38.95%67.45%-
XYZ32.6635.9818.59-
YUV159.0897.48137.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=39.09%
G=37.05%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216310500.050.390.3351.9428.7654.31
HexACA369052721341d36
Octal254243151054741643566
Binary10101100101000111101001010110011110000111010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA369; }

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

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

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

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

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

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

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

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