#ADA13E

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

Shades of Brass #ADA13E

Tints of Brass #ADA13E

Color information

#ADA13E (or 0xADA13E) is unknown color: approx Brass. HEX triplet: AD, A1 and 3E. RGB value is (173,161,62). Sum of RGB (Red+Green+Blue) = 173+161+62=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA13E is #525EC1. Grayscale: #999999. Windows color (decimal): -5398210 or 4104621. OLE color: 4104621.

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

Color convert

RGB17316162-
CMYK00.070.640.32
HSL53.51º47.23%46.08%-
HSV(B)53.51º64.16%67.84%-
XYZ30.8534.729.63-
YUV153.376.48142.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 62 (24.61% from 255) = 15.66%
R=43.69%
G=40.66%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731616200.070.640.3253.5147.2346.08
HexADA13E074020362f2e
Octal255241760710040665756
Binary101011011010000111111001111000000100000110110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA13E; }

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

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

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

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

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

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

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

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