Html Css Color HEX #ADAA46 Brass

📋 copy color: '#ADAA46'

red 173 ◦ green 170 ◦ blue 70

#ADAA46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #ADAA46

Tints of Brass #ADAA46

RGB

 RED value IS 173 (67.97% from 255) = 41.89%

 GREEN value IS 170 (66.8% from 255) = 41.16%

 BLUE value IS 70 (27.73% from 255) = 16.95%

R = 41.89%
G = 41.16%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADAA46 (or 0xADAA46) is known color: Brass. HEX triplet: AD, AA and 46. RGB value is (173,170,70). Sum of RGB (Red+Green+Blue) = 173+170+70=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA46 is #5255B9. Grayscale: #9F9F9F. Windows color (decimal): -5395898 or 4631213. OLE color: 4631213.

HSL color Cylindrical-coordinate representation of color #ADAA46: hue angle of 58.25º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADAA46 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 70 -
CMYK 0 0.02 0.60 0.32
HSL 58.25º 0.42% 0.48% -
HSV(B) 58.25º 0.6% 0.68% -
XYZ 32.71 38.08 11.42 -
YUV 159.5 77.49 137.63 -
System Red Green Blue C M Y K H S L
Decimal 173 170 70 0 0.02 0.60 0.32 58.25 0.42 0.48
Hex AD AA 46 0 2 3C 20 3A 2A 30
Octal 255 252 106 0 2 74 40 72 52 60
Binary 10101101 10101010 1000110 0 10 111100 100000 111010 101010 110000

Color Harmonies of #ADAA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA46

Black with #ADAA46

Text Example


Text Example

White with #ADAA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA46; }

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

 H1.HeaderClassName
 {
   color: #ADAA46;
 }
 .AnyTagClassName
 {
   color: #ADAA46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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