#ACA866

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

Shades of Gimblet #ACA866

Tints of Gimblet #ACA866

Color information

#ACA866 (or 0xACA866) is unknown color: approx Gimblet. HEX triplet: AC, A8 and 66. RGB value is (172,168,102). Sum of RGB (Red+Green+Blue) = 172+168+102=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA866 is #535799. Grayscale: #A1A1A1. Windows color (decimal): -5461914 or 6727852. OLE color: 6727852.

HSL color Cylindrical-coordinate representation of color #ACA866: hue angle of 56.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACA866 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB172168102-
CMYK00.020.410.33
HSL56.57º29.66%53.73%-
HSV(B)56.57º40.7%67.45%-
XYZ33.4137.7418.09-
YUV161.6794.33135.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=38.91%
G=38.01%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216810200.020.410.3356.5729.6653.73
HexACA866022921391e36
Octal254250146025141713666
Binary1010110010101000110011001010100110000111100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA866; }

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

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

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

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

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

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

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

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