#ADAA3B

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

Shades of Brass #ADAA3B

Tints of Brass #ADAA3B

Color information

#ADAA3B (or 0xADAA3B) is unknown color: approx Brass. HEX triplet: AD, AA and 3B. RGB value is (173,170,59). Sum of RGB (Red+Green+Blue) = 173+170+59=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA3B is #5255C4. Grayscale: #9E9E9E. Windows color (decimal): -5395909 or 3910317. OLE color: 3910317.

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

Color convert

RGB17317059-
CMYK00.020.660.32
HSL58.42º49.14%45.49%-
HSV(B)58.42º65.9%67.84%-
XYZ32.437.959.76-
YUV158.2471.99138.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 59 (23.44% from 255) = 14.68%
R=43.03%
G=42.29%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731705900.020.660.3258.4249.1445.49
HexADAA3B0242203a312d
Octal255252730210240726155
Binary10101101101010101110110101000010100000111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA3B; }

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

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

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

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

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

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

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

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