#ACA767

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

Shades of Gimblet #ACA767

Tints of Gimblet #ACA767

Color information

#ACA767 (or 0xACA767) is unknown color: approx Gimblet. HEX triplet: AC, A7 and 67. RGB value is (172,167,103). Sum of RGB (Red+Green+Blue) = 172+167+103=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA767 is #535898. Grayscale: #A1A1A1. Windows color (decimal): -5462169 or 6793132. OLE color: 6793132.

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

Color convert

RGB172167103-
CMYK00.030.400.33
HSL55.65º29.36%53.92%-
HSV(B)55.65º40.12%67.45%-
XYZ33.2837.3918.29-
YUV161.295.16135.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 103 (40.62% from 255) = 23.30%
R=38.91%
G=37.78%
B=23.30%

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
Decimal17216710300.030.400.3355.6529.3653.92
HexACA767032821381d36
Octal254247147035041703566
Binary1010110010100111110011101110100010000111100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA767; }

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

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

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

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

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

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

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

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