#ADA261

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

Shades of Gimblet #ADA261

Tints of Gimblet #ADA261

Color information

#ADA261 (or 0xADA261) is unknown color: approx Gimblet. HEX triplet: AD, A2 and 61. RGB value is (173,162,97). Sum of RGB (Red+Green+Blue) = 173+162+97=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA261 is #525D9E. Grayscale: #9E9E9E. Windows color (decimal): -5397919 or 6398637. OLE color: 6398637.

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

Color convert

RGB17316297-
CMYK00.060.440.32
HSL51.32º31.67%52.94%-
HSV(B)51.32º43.93%67.84%-
XYZ32.3135.5916.48-
YUV157.8893.64138.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=40.05%
G=37.5%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731629700.060.440.3251.3231.6752.94
HexADA261062C20332035
Octal255242141065440634065
Binary101011011010001011000010110101100100000110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA261; }

 p { color: rgb(173,162,97); }

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

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

 a { background-color: rgb(173,162,97); }

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

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

 span { border-color: rgb(173,162,97); }

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