#ADA03E

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

Shades of Brass #ADA03E

Tints of Brass #ADA03E

Color information

#ADA03E (or 0xADA03E) is unknown color: approx Brass. HEX triplet: AD, A0 and 3E. RGB value is (173,160,62). Sum of RGB (Red+Green+Blue) = 173+160+62=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA03E is #525FC1. Grayscale: #999999. Windows color (decimal): -5398466 or 4104365. OLE color: 4104365.

HSL color Cylindrical-coordinate representation of color #ADA03E: hue angle of 52.97º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADA03E is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17316062-
CMYK00.080.640.32
HSL52.97º47.23%46.08%-
HSV(B)52.97º64.16%67.84%-
XYZ30.6734.379.58-
YUV152.7276.81142.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=43.80%
G=40.51%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731606200.080.640.3252.9747.2346.08
HexADA03E084020352f2e
Octal2552407601010040655756
Binary1010110110100000111110010001000000100000110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA03E; }

 p { color: rgb(173,160,62); }

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

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

 a { background-color: rgb(173,160,62); }

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

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

 span { border-color: rgb(173,160,62); }

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