Html Css Color HEX #AAA350 Brass

📋 copy color: '#AAA350'

red 170 ◦ green 163 ◦ blue 80

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

Shades of Brass #AAA350

Tints of Brass #AAA350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.47%

 BLUE value IS 80 (31.64% from 255) = 19.37%

R = 41.16%
G = 39.47%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AAA350 (or 0xAAA350) is known color: Brass. HEX triplet: AA, A3 and 50. RGB value is (170,163,80). Sum of RGB (Red+Green+Blue) = 170+163+80=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA350 is #555CAF. Grayscale: #9B9B9B. Windows color (decimal): -5594288 or 5284778. OLE color: 5284778.

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

Color convert

RGB 170 163 80 -
CMYK 0 0.04 0.53 0.33
HSL 55.33º 0.36% 0.49% -
HSV(B) 55.33º 0.53% 0.67% -
XYZ 31.12 35.32 12.77 -
YUV 155.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 170 163 80 0 0.04 0.53 0.33 55.33 0.36 0.49
Hex AA A3 50 0 4 35 21 37 24 31
Octal 252 243 120 0 4 65 41 67 44 61
Binary 10101010 10100011 1010000 0 100 110101 100001 110111 100100 110001

Color Harmonies of #AAA350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA350

Black with #AAA350

Text Example


Text Example

White with #AAA350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA350; }

 p { color: rgb(170,163,80); }

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

background-color css

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

 a { background-color: rgb(170,163,80); }

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

border-color css

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

 span { border-color: rgb(170,163,80); }

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