#ADAA35

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

Shades of Brass #ADAA35

Tints of Brass #ADAA35

Color information

#ADAA35 (or 0xADAA35) is unknown color: approx Brass. HEX triplet: AD, AA and 35. RGB value is (173,170,53). Sum of RGB (Red+Green+Blue) = 173+170+53=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA35 is #5255CA. Grayscale: #9E9E9E. Windows color (decimal): -5395915 or 3517101. OLE color: 3517101.

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

Color convert

RGB17317053-
CMYK00.020.690.32
HSL58.5º53.1%44.31%-
HSV(B)58.5º69.36%67.84%-
XYZ32.2537.898.98-
YUV157.5668.99139.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 53 (21.09% from 255) = 13.38%
R=43.69%
G=42.93%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731705300.020.690.3258.553.144.31
HexADAA350245203a352c
Octal255252650210540726554
Binary10101101101010101101010101000101100000111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA35; }

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

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

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

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

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

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

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

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