#AD9E3B

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

Shades of Brass #AD9E3B

Tints of Brass #AD9E3B

Color information

#AD9E3B (or 0xAD9E3B) is unknown color: approx Brass. HEX triplet: AD, 9E and 3B. RGB value is (173,158,59). Sum of RGB (Red+Green+Blue) = 173+158+59=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E3B is #5261C4. Grayscale: #979797. Windows color (decimal): -5398981 or 3907245. OLE color: 3907245.

HSL color Cylindrical-coordinate representation of color #AD9E3B: hue angle of 52.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD9E3B is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17315859-
CMYK00.090.660.32
HSL52.11º49.14%45.49%-
HSV(B)52.11º65.9%67.84%-
XYZ30.2533.659.04-
YUV151.275.97143.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 59 (23.44% from 255) = 15.13%
R=44.36%
G=40.51%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731585900.090.660.3252.1149.1445.49
HexAD9E3B09422034312d
Octal2552367301110240646155
Binary1010110110011110111011010011000010100000110100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9E3B; }

 p { color: rgb(173,158,59); }

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

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

 a { background-color: rgb(173,158,59); }

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

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

 span { border-color: rgb(173,158,59); }

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