#ACA569

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

Shades of Gimblet #ACA569

Tints of Gimblet #ACA569

Color information

#ACA569 (or 0xACA569) is unknown color: approx Gimblet. HEX triplet: AC, A5 and 69. RGB value is (172,165,105). Sum of RGB (Red+Green+Blue) = 172+165+105=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA569 is #535A96. Grayscale: #A0A0A0. Windows color (decimal): -5462679 or 6923692. OLE color: 6923692.

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

Color convert

RGB172165105-
CMYK00.040.390.33
HSL53.73º28.76%54.31%-
HSV(B)53.73º38.95%67.45%-
XYZ33.0236.718.71-
YUV160.2596.82136.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=38.91%
G=37.33%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216510500.040.390.3353.7328.7654.31
HexACA569042721361d36
Octal254245151044741663566
Binary10101100101001011101001010010011110000111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA569; }

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

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

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

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

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

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

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

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