#ADAA4B

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

Shades of Brass #ADAA4B

Tints of Brass #ADAA4B

Color information

#ADAA4B (or 0xADAA4B) is unknown color: approx Brass. HEX triplet: AD, AA and 4B. RGB value is (173,170,75). Sum of RGB (Red+Green+Blue) = 173+170+75=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA4B is #5255B4. Grayscale: #A0A0A0. Windows color (decimal): -5395893 or 4958893. OLE color: 4958893.

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

Color convert

RGB17317075-
CMYK00.020.570.32
HSL58.16º39.52%48.63%-
HSV(B)58.16º56.65%67.84%-
XYZ32.8838.1412.29-
YUV160.0779.99137.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 75 (29.69% from 255) = 17.94%
R=41.39%
G=40.67%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731707500.020.570.3258.1639.5248.63
HexADAA4B0239203a2831
Octal255252113027140725061
Binary10101101101010101001011010111001100000111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA4B; }

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

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

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

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

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

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

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

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