#ADA462

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

Shades of Gimblet #ADA462

Tints of Gimblet #ADA462

Color information

#ADA462 (or 0xADA462) is unknown color: approx Gimblet. HEX triplet: AD, A4 and 62. RGB value is (173,164,98). Sum of RGB (Red+Green+Blue) = 173+164+98=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA462 is #525B9D. Grayscale: #9F9F9F. Windows color (decimal): -5397406 or 6464685. OLE color: 6464685.

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

Color convert

RGB17316498-
CMYK00.050.430.32
HSL52.8º31.38%53.14%-
HSV(B)52.8º43.35%67.84%-
XYZ32.7136.3216.84-
YUV159.1793.48137.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 98 (38.67% from 255) = 22.53%
R=39.77%
G=37.70%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731649800.050.430.3252.831.3853.14
HexADA462052B20351f35
Octal255244142055340653765
Binary10101101101001001100010010110101110000011010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA462; }

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

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

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

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

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

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

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

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