Html Css Color HEX #AAA04A Brass

📋 copy color: '#AAA04A'

red 170 ◦ green 160 ◦ blue 74

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

Shades of Brass #AAA04A

Tints of Brass #AAA04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 42.08%
G = 39.6%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AAA04A (or 0xAAA04A) is known color: Brass. HEX triplet: AA, A0 and 4A. RGB value is (170,160,74). Sum of RGB (Red+Green+Blue) = 170+160+74=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA04A is #555FB5. Grayscale: #999999. Windows color (decimal): -5595062 or 4890794. OLE color: 4890794.

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

Color convert

RGB 170 160 74 -
CMYK 0 0.06 0.56 0.33
HSL 53.75º 0.39% 0.48% -
HSV(B) 53.75º 0.56% 0.67% -
XYZ 30.38 34.18 11.47 -
YUV 153.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 170 160 74 0 0.06 0.56 0.33 53.75 0.39 0.48
Hex AA A0 4A 0 6 38 21 36 27 30
Octal 252 240 112 0 6 70 41 66 47 60
Binary 10101010 10100000 1001010 0 110 111000 100001 110110 100111 110000

Color Harmonies of #AAA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA04A

Black with #AAA04A

Text Example


Text Example

White with #AAA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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