#ADA15C

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

Shades of Gimblet #ADA15C

Tints of Gimblet #ADA15C

Color information

#ADA15C (or 0xADA15C) is unknown color: approx Gimblet. HEX triplet: AD, A1 and 5C. RGB value is (173,161,92). Sum of RGB (Red+Green+Blue) = 173+161+92=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA15C is #525EA3. Grayscale: #9D9D9D. Windows color (decimal): -5398180 or 6070701. OLE color: 6070701.

HSL color Cylindrical-coordinate representation of color #ADA15C: hue angle of 51.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADA15C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17316192-
CMYK00.070.470.32
HSL51.11º33.06%51.96%-
HSV(B)51.11º46.82%67.84%-
XYZ31.9135.1515.23-
YUV156.7291.48139.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=40.61%
G=37.79%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731619200.070.470.3251.1133.0651.96
HexADA15C072F20332134
Octal255241134075740634164
Binary101011011010000110111000111101111100000110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA15C; }

 p { color: rgb(173,161,92); }

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

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

 a { background-color: rgb(173,161,92); }

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

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

 span { border-color: rgb(173,161,92); }

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