Html Css Color HEX #AAAA4A Brass

📋 copy color: '#AAAA4A'

red 170 ◦ green 170 ◦ blue 74

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

Shades of Brass #AAAA4A

Tints of Brass #AAAA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.06%

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

R = 41.06%
G = 41.06%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AAAA4A (or 0xAAAA4A) is known color: Brass. HEX triplet: AA, AA and 4A. RGB value is (170,170,74). Sum of RGB (Red+Green+Blue) = 170+170+74=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA4A is #5555B5. Grayscale: #9F9F9F. Windows color (decimal): -5592502 or 4893354. OLE color: 4893354.

HSL color Cylindrical-coordinate representation of color #AAAA4A: hue angle of 60º 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 #AAAA4A is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 74 -
CMYK 0 0 0.56 0.33
HSL 60º 0.39% 0.48% -
HSV(B) 60º 0.56% 0.67% -
XYZ 32.19 37.79 12.08 -
YUV 159.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 170 170 74 0 0 0.56 0.33 60 0.39 0.48
Hex AA AA 4A 0 0 38 21 3C 27 30
Octal 252 252 112 0 0 70 41 74 47 60
Binary 10101010 10101010 1001010 0 0 111000 100001 111100 100111 110000

Color Harmonies of #AAAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA4A

Black with #AAAA4A

Text Example


Text Example

White with #AAAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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