#ACA867

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

Shades of Gimblet #ACA867

Tints of Gimblet #ACA867

Color information

#ACA867 (or 0xACA867) is unknown color: approx Gimblet. HEX triplet: AC, A8 and 67. RGB value is (172,168,103). Sum of RGB (Red+Green+Blue) = 172+168+103=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA867 is #535798. Grayscale: #A2A2A2. Windows color (decimal): -5461913 or 6793388. OLE color: 6793388.

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

Color convert

RGB172168103-
CMYK00.020.400.33
HSL56.52º29.36%53.92%-
HSV(B)56.52º40.12%67.45%-
XYZ33.4637.7618.36-
YUV161.7994.83135.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 103 (40.62% from 255) = 23.25%
R=38.83%
G=37.92%
B=23.25%

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
Decimal17216810300.020.400.3356.5229.3653.92
HexACA867022821391d36
Octal254250147025041713566
Binary1010110010101000110011101010100010000111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA867; }

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

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

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

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

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

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

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

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