Html Css Color HEX #AAAA48 Brass

📋 copy color: '#AAAA48'

red 170 ◦ green 170 ◦ blue 72

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

Shades of Brass #AAAA48

Tints of Brass #AAAA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.48%

R = 41.26%
G = 41.26%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAAA48 (or 0xAAAA48) is known color: Brass. HEX triplet: AA, AA and 48. RGB value is (170,170,72). Sum of RGB (Red+Green+Blue) = 170+170+72=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA48 is #5555B7. Grayscale: #9F9F9F. Windows color (decimal): -5592504 or 4762282. OLE color: 4762282.

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

Color convert

RGB 170 170 72 -
CMYK 0 0 0.58 0.33
HSL 60º 0.4% 0.47% -
HSV(B) 60º 0.58% 0.67% -
XYZ 32.12 37.76 11.73 -
YUV 158.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 170 170 72 0 0 0.58 0.33 60 0.4 0.47
Hex AA AA 48 0 0 3A 21 3C 28 2F
Octal 252 252 110 0 0 72 41 74 50 57
Binary 10101010 10101010 1001000 0 0 111010 100001 111100 101000 101111

Color Harmonies of #AAAA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA48

Black with #AAAA48

Text Example


Text Example

White with #AAAA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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