Html Css Color HEX #ADA04A Brass

📋 copy color: '#ADA04A'

red 173 ◦ green 160 ◦ blue 74

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

Shades of Brass #ADA04A

Tints of Brass #ADA04A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.31%

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 42.51%
G = 39.31%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#ADA04A (or 0xADA04A) is known color: Brass. HEX triplet: AD, A0 and 4A. RGB value is (173,160,74). Sum of RGB (Red+Green+Blue) = 173+160+74=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA04A is #525FB5. Grayscale: #9A9A9A. Windows color (decimal): -5398454 or 4890797. OLE color: 4890797.

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

Color convert

RGB 173 160 74 -
CMYK 0 0.08 0.57 0.32
HSL 52.12º 0.4% 0.48% -
HSV(B) 52.12º 0.57% 0.68% -
XYZ 31.04 34.52 11.51 -
YUV 154.08 82.81 141.49 -
System Red Green Blue C M Y K H S L
Decimal 173 160 74 0 0.08 0.57 0.32 52.12 0.4 0.48
Hex AD A0 4A 0 8 39 20 34 28 30
Octal 255 240 112 0 10 71 40 64 50 60
Binary 10101101 10100000 1001010 0 1000 111001 100000 110100 101000 110000

Color Harmonies of #ADA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA04A

Black with #ADA04A

Text Example


Text Example

White with #ADA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA04A; }

 p { color: rgb(173,160,74); }

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

background-color css

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

 a { background-color: rgb(173,160,74); }

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

border-color css

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

 span { border-color: rgb(173,160,74); }

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