#ADA263

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

Shades of Gimblet #ADA263

Tints of Gimblet #ADA263

Color information

#ADA263 (or 0xADA263) is unknown color: approx Gimblet. HEX triplet: AD, A2 and 63. RGB value is (173,162,99). Sum of RGB (Red+Green+Blue) = 173+162+99=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA263 is #525D9C. Grayscale: #9E9E9E. Windows color (decimal): -5397917 or 6529709. OLE color: 6529709.

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

Color convert

RGB17316299-
CMYK00.060.430.32
HSL51.08º31.09%53.33%-
HSV(B)51.08º42.77%67.84%-
XYZ32.4135.6316.97-
YUV158.1194.64138.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=39.86%
G=37.33%
B=22.81%

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
Decimal1731629900.060.430.3251.0831.0953.33
HexADA263062B20331f35
Octal255242143065340633765
Binary10101101101000101100011011010101110000011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA263; }

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

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

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

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

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

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

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

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