Html Css Color HEX #AAA03F Brass

📋 copy color: '#AAA03F'

red 170 ◦ green 160 ◦ blue 63

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

Shades of Brass #AAA03F

Tints of Brass #AAA03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.03%

R = 43.26%
G = 40.71%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AAA03F (or 0xAAA03F) is known color: Brass. HEX triplet: AA, A0 and 3F. RGB value is (170,160,63). Sum of RGB (Red+Green+Blue) = 170+160+63=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA03F is #555FC0. Grayscale: #989898. Windows color (decimal): -5595073 or 4169898. OLE color: 4169898.

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

Color convert

RGB 170 160 63 -
CMYK 0 0.06 0.63 0.33
HSL 54.39º 0.46% 0.46% -
HSV(B) 54.39º 0.63% 0.67% -
XYZ 30.05 34.05 9.69 -
YUV 151.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 170 160 63 0 0.06 0.63 0.33 54.39 0.46 0.46
Hex AA A0 3F 0 6 3F 21 36 2E 2E
Octal 252 240 77 0 6 77 41 66 56 56
Binary 10101010 10100000 111111 0 110 111111 100001 110110 101110 101110

Color Harmonies of #AAA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA03F

Black with #AAA03F

Text Example


Text Example

White with #AAA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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