Html Css Color HEX #AAA034 Brass

📋 copy color: '#AAA034'

red 170 ◦ green 160 ◦ blue 52

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

Shades of Brass #AAA034

Tints of Brass #AAA034

RGB

 RED value IS 170 (66.8% from 255) = 44.5%

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

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

R = 44.5%
G = 41.88%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AAA034 (or 0xAAA034) is known color: Brass. HEX triplet: AA, A0 and 34. RGB value is (170,160,52). Sum of RGB (Red+Green+Blue) = 170+160+52=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA034 is #555FCB. Grayscale: #979797. Windows color (decimal): -5595084 or 3449002. OLE color: 3449002.

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

Color convert

RGB 170 160 52 -
CMYK 0 0.06 0.69 0.33
HSL 54.92º 0.53% 0.44% -
HSV(B) 54.92º 0.69% 0.67% -
XYZ 29.77 33.94 8.23 -
YUV 150.68 72.31 141.78 -
System Red Green Blue C M Y K H S L
Decimal 170 160 52 0 0.06 0.69 0.33 54.92 0.53 0.44
Hex AA A0 34 0 6 45 21 37 35 2C
Octal 252 240 64 0 6 105 41 67 65 54
Binary 10101010 10100000 110100 0 110 1000101 100001 110111 110101 101100

Color Harmonies of #AAA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA034

Black with #AAA034

Text Example


Text Example

White with #AAA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA034; }

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

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

background-color css

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

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

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

border-color css

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

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

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