#ADA53E

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

Shades of Brass #ADA53E

Tints of Brass #ADA53E

Color information

#ADA53E (or 0xADA53E) is unknown color: approx Brass. HEX triplet: AD, A5 and 3E. RGB value is (173,165,62). Sum of RGB (Red+Green+Blue) = 173+165+62=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA53E is #525AC1. Grayscale: #9C9C9C. Windows color (decimal): -5397186 or 4105645. OLE color: 4105645.

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

Color convert

RGB17316562-
CMYK00.050.640.32
HSL55.68º47.23%46.08%-
HSV(B)55.68º64.16%67.84%-
XYZ31.5636.149.87-
YUV155.6575.15140.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 62 (24.61% from 255) = 15.5%
R=43.25%
G=41.25%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731656200.050.640.3255.6847.2346.08
HexADA53E054020382f2e
Octal255245760510040705756
Binary101011011010010111111001011000000100000111000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA53E; }

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

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

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

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

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

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

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

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