Html Css Color HEX #AAA451 Brass

📋 copy color: '#AAA451'

red 170 ◦ green 164 ◦ blue 81

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

Shades of Brass #AAA451

Tints of Brass #AAA451

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

 BLUE value IS 81 (32.03% from 255) = 19.52%

R = 40.96%
G = 39.52%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AAA451 (or 0xAAA451) is known color: Brass. HEX triplet: AA, A4 and 51. RGB value is (170,164,81). Sum of RGB (Red+Green+Blue) = 170+164+81=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA451 is #555BAE. Grayscale: #9C9C9C. Windows color (decimal): -5594031 or 5350570. OLE color: 5350570.

HSL color Cylindrical-coordinate representation of color #AAA451: hue angle of 55.96º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAA451 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 164 81 -
CMYK 0 0.04 0.52 0.33
HSL 55.96º 0.35% 0.49% -
HSV(B) 55.96º 0.52% 0.67% -
XYZ 31.34 35.69 13.02 -
YUV 156.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 170 164 81 0 0.04 0.52 0.33 55.96 0.35 0.49
Hex AA A4 51 0 4 34 21 38 23 31
Octal 252 244 121 0 4 64 41 70 43 61
Binary 10101010 10100100 1010001 0 100 110100 100001 111000 100011 110001

Color Harmonies of #AAA451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA451

Black with #AAA451

Text Example


Text Example

White with #AAA451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA451; }

 p { color: rgb(170,164,81); }

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

background-color css

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

 a { background-color: rgb(170,164,81); }

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

border-color css

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

 span { border-color: rgb(170,164,81); }

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