#ACA161

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

Shades of Gimblet #ACA161

Tints of Gimblet #ACA161

Color information

#ACA161 (or 0xACA161) is unknown color: approx Gimblet. HEX triplet: AC, A1 and 61. RGB value is (172,161,97). Sum of RGB (Red+Green+Blue) = 172+161+97=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA161 is #535E9E. Grayscale: #9D9D9D. Windows color (decimal): -5463711 or 6398380. OLE color: 6398380.

HSL color Cylindrical-coordinate representation of color #ACA161: hue angle of 51.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACA161 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17216197-
CMYK00.060.440.33
HSL51.2º31.12%52.75%-
HSV(B)51.2º43.6%67.45%-
XYZ31.9235.1216.41-
YUV156.9994.14138.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=40%
G=37.44%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721619700.060.440.3351.231.1252.75
HexACA161062C21331f35
Octal254241141065441633765
Binary10101100101000011100001011010110010000111001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA161; }

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

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

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

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

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

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

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

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