Html Css Color HEX #AAA03C Brass

📋 copy color: '#AAA03C'

red 170 ◦ green 160 ◦ blue 60

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

Shades of Brass #AAA03C

Tints of Brass #AAA03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.38%

R = 43.59%
G = 41.03%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AAA03C (or 0xAAA03C) is known color: Brass. HEX triplet: AA, A0 and 3C. RGB value is (170,160,60). Sum of RGB (Red+Green+Blue) = 170+160+60=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA03C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA03C is #555FC3. Grayscale: #979797. Windows color (decimal): -5595076 or 3973290. OLE color: 3973290.

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

Color convert

RGB 170 160 60 -
CMYK 0 0.06 0.65 0.33
HSL 54.55º 0.48% 0.45% -
HSV(B) 54.55º 0.65% 0.67% -
XYZ 29.96 34.01 9.26 -
YUV 151.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 170 160 60 0 0.06 0.65 0.33 54.55 0.48 0.45
Hex AA A0 3C 0 6 41 21 37 30 2D
Octal 252 240 74 0 6 101 41 67 60 55
Binary 10101010 10100000 111100 0 110 1000001 100001 110111 110000 101101

Color Harmonies of #AAA03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA03C

Black with #AAA03C

Text Example


Text Example

White with #AAA03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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