#ADA262

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

Shades of Gimblet #ADA262

Tints of Gimblet #ADA262

Color information

#ADA262 (or 0xADA262) is unknown color: approx Gimblet. HEX triplet: AD, A2 and 62. RGB value is (173,162,98). Sum of RGB (Red+Green+Blue) = 173+162+98=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA262 is #525D9D. Grayscale: #9E9E9E. Windows color (decimal): -5397918 or 6464173. OLE color: 6464173.

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

Color convert

RGB17316298-
CMYK00.060.430.32
HSL51.2º31.38%53.14%-
HSV(B)51.2º43.35%67.84%-
XYZ32.3635.6116.72-
YUV157.9994.14138.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 162 (63.67% from 255) = 37.41%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=39.95%
G=37.41%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731629800.060.430.3251.231.3853.14
HexADA262062B20331f35
Octal255242142065340633765
Binary10101101101000101100010011010101110000011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA262; }

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

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

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

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

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

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

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

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