#ACA667

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

Shades of Gimblet #ACA667

Tints of Gimblet #ACA667

Color information

#ACA667 (or 0xACA667) is unknown color: approx Gimblet. HEX triplet: AC, A6 and 67. RGB value is (172,166,103). Sum of RGB (Red+Green+Blue) = 172+166+103=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA667 is #535998. Grayscale: #A0A0A0. Windows color (decimal): -5462425 or 6792876. OLE color: 6792876.

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

Color convert

RGB172166103-
CMYK00.030.400.33
HSL54.78º29.36%53.92%-
HSV(B)54.78º40.12%67.45%-
XYZ33.137.0218.23-
YUV160.6195.49136.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 103 (40.62% from 255) = 23.36%
R=39.00%
G=37.64%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216610300.030.400.3354.7829.3653.92
HexACA667032821371d36
Octal254246147035041673566
Binary1010110010100110110011101110100010000111011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA667; }

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

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

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

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

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

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

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

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