#ACA967

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

Shades of Gimblet #ACA967

Tints of Gimblet #ACA967

Color information

#ACA967 (or 0xACA967) is unknown color: approx Gimblet. HEX triplet: AC, A9 and 67. RGB value is (172,169,103). Sum of RGB (Red+Green+Blue) = 172+169+103=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA967 is #535698. Grayscale: #A2A2A2. Windows color (decimal): -5461657 or 6793644. OLE color: 6793644.

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

Color convert

RGB172169103-
CMYK00.020.400.33
HSL57.39º29.36%53.92%-
HSV(B)57.39º40.12%67.45%-
XYZ33.6538.1318.42-
YUV162.3794.49134.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 103 (40.62% from 255) = 23.20%
R=38.74%
G=38.06%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216910300.020.400.3357.3929.3653.92
HexACA967022821391d36
Octal254251147025041713566
Binary1010110010101001110011101010100010000111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA967; }

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

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

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

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

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

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

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

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