Html Css Color HEX #AAA03E Brass

📋 copy color: '#AAA03E'

red 170 ◦ green 160 ◦ blue 62

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

Shades of Brass #AAA03E

Tints of Brass #AAA03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.82%

R = 43.37%
G = 40.82%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AAA03E (or 0xAAA03E) is known color: Brass. HEX triplet: AA, A0 and 3E. RGB value is (170,160,62). Sum of RGB (Red+Green+Blue) = 170+160+62=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA03E is #555FC1. Grayscale: #989898. Windows color (decimal): -5595074 or 4104362. OLE color: 4104362.

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

Color convert

RGB 170 160 62 -
CMYK 0 0.06 0.64 0.33
HSL 54.44º 0.47% 0.45% -
HSV(B) 54.44º 0.64% 0.67% -
XYZ 30.02 34.04 9.54 -
YUV 151.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 170 160 62 0 0.06 0.64 0.33 54.44 0.47 0.45
Hex AA A0 3E 0 6 40 21 36 2F 2D
Octal 252 240 76 0 6 100 41 66 57 55
Binary 10101010 10100000 111110 0 110 1000000 100001 110110 101111 101101

Color Harmonies of #AAA03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA03E

Black with #AAA03E

Text Example


Text Example

White with #AAA03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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