#ACA567

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

Shades of Gimblet #ACA567

Tints of Gimblet #ACA567

Color information

#ACA567 (or 0xACA567) is unknown color: approx Gimblet. HEX triplet: AC, A5 and 67. RGB value is (172,165,103). Sum of RGB (Red+Green+Blue) = 172+165+103=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA567 is #535A98. Grayscale: #A0A0A0. Windows color (decimal): -5462681 or 6792620. OLE color: 6792620.

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

Color convert

RGB172165103-
CMYK00.040.400.33
HSL53.91º29.36%53.92%-
HSV(B)53.91º40.12%67.45%-
XYZ32.9236.6618.17-
YUV160.0295.82136.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=39.09%
G=37.5%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216510300.040.400.3353.9129.3653.92
HexACA567042821361d36
Octal254245147045041663566
Binary10101100101001011100111010010100010000111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA567; }

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

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

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

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

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

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

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

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