#ACA165

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

Shades of Gimblet #ACA165

Tints of Gimblet #ACA165

Color information

#ACA165 (or 0xACA165) is unknown color: approx Gimblet. HEX triplet: AC, A1 and 65. RGB value is (172,161,101). Sum of RGB (Red+Green+Blue) = 172+161+101=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA165 is #535E9A. Grayscale: #9D9D9D. Windows color (decimal): -5463707 or 6660524. OLE color: 6660524.

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

Color convert

RGB172161101-
CMYK00.060.410.33
HSL50.7º29.96%53.53%-
HSV(B)50.7º41.28%67.45%-
XYZ32.1135.217.41-
YUV157.4596.14138.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=39.63%
G=37.10%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216110100.060.410.3350.729.9653.53
HexACA165062921331e36
Octal254241145065141633666
Binary10101100101000011100101011010100110000111001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA165; }

 p { color: rgb(172,161,101); }

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

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

 a { background-color: rgb(172,161,101); }

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

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

 span { border-color: rgb(172,161,101); }

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