Html Css Color HEX #AAA03A Brass

📋 copy color: '#AAA03A'

red 170 ◦ green 160 ◦ blue 58

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

Shades of Brass #AAA03A

Tints of Brass #AAA03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.95%

R = 43.81%
G = 41.24%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA03A (or 0xAAA03A) is known color: Brass. HEX triplet: AA, A0 and 3A. RGB value is (170,160,58). Sum of RGB (Red+Green+Blue) = 170+160+58=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA03A is #555FC5. Grayscale: #979797. Windows color (decimal): -5595078 or 3842218. OLE color: 3842218.

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

Color convert

RGB 170 160 58 -
CMYK 0 0.06 0.66 0.33
HSL 54.64º 0.49% 0.45% -
HSV(B) 54.64º 0.66% 0.67% -
XYZ 29.91 33.99 8.99 -
YUV 151.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 170 160 58 0 0.06 0.66 0.33 54.64 0.49 0.45
Hex AA A0 3A 0 6 42 21 37 31 2D
Octal 252 240 72 0 6 102 41 67 61 55
Binary 10101010 10100000 111010 0 110 1000010 100001 110111 110001 101101

Color Harmonies of #AAA03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA03A

Black with #AAA03A

Text Example


Text Example

White with #AAA03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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