#ADA363

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

Shades of Gimblet #ADA363

Tints of Gimblet #ADA363

Color information

#ADA363 (or 0xADA363) is unknown color: approx Gimblet. HEX triplet: AD, A3 and 63. RGB value is (173,163,99). Sum of RGB (Red+Green+Blue) = 173+163+99=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA363 is #525C9C. Grayscale: #9E9E9E. Windows color (decimal): -5397661 or 6529965. OLE color: 6529965.

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

Color convert

RGB17316399-
CMYK00.060.430.32
HSL51.89º31.09%53.33%-
HSV(B)51.89º42.77%67.84%-
XYZ32.5835.9817.03-
YUV158.6994.31138.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 99 (39.06% from 255) = 22.76%
R=39.77%
G=37.47%
B=22.76%

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
Decimal1731639900.060.430.3251.8931.0953.33
HexADA363062B20341f35
Octal255243143065340643765
Binary10101101101000111100011011010101110000011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA363; }

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

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

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

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

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

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

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

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