Html Css Color HEX #ADAA34 Brass

📋 copy color: '#ADAA34'

red 173 ◦ green 170 ◦ blue 52

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

Shades of Brass #ADAA34

Tints of Brass #ADAA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.16%

R = 43.8%
G = 43.04%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#ADAA34 (or 0xADAA34) is known color: Brass. HEX triplet: AD, AA and 34. RGB value is (173,170,52). Sum of RGB (Red+Green+Blue) = 173+170+52=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA34 is #5255CB. Grayscale: #9D9D9D. Windows color (decimal): -5395916 or 3451565. OLE color: 3451565.

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

Color convert

RGB 173 170 52 -
CMYK 0 0.02 0.70 0.32
HSL 58.51º 0.54% 0.44% -
HSV(B) 58.51º 0.7% 0.68% -
XYZ 32.23 37.88 8.86 -
YUV 157.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 173 170 52 0 0.02 0.70 0.32 58.51 0.54 0.44
Hex AD AA 34 0 2 46 20 3B 36 2C
Octal 255 252 64 0 2 106 40 73 66 54
Binary 10101101 10101010 110100 0 10 1000110 100000 111011 110110 101100

Color Harmonies of #ADAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA34

Black with #ADAA34

Text Example


Text Example

White with #ADAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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