#ACA467

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

Shades of Gimblet #ACA467

Tints of Gimblet #ACA467

Color information

#ACA467 (or 0xACA467) is unknown color: approx Gimblet. HEX triplet: AC, A4 and 67. RGB value is (172,164,103). Sum of RGB (Red+Green+Blue) = 172+164+103=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA467 is #535B98. Grayscale: #9F9F9F. Windows color (decimal): -5462937 or 6792364. OLE color: 6792364.

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

Color convert

RGB172164103-
CMYK00.050.400.33
HSL53.04º29.36%53.92%-
HSV(B)53.04º40.12%67.45%-
XYZ32.7436.318.11-
YUV159.4496.15136.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=39.18%
G=37.36%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216410300.050.400.3353.0429.3653.92
HexACA467052821351d36
Octal254244147055041653566
Binary10101100101001001100111010110100010000111010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA467; }

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

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

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

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

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

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

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

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