Html Css Color HEX #AAA448 Brass

📋 copy color: '#AAA448'

red 170 ◦ green 164 ◦ blue 72

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

Shades of Brass #AAA448

Tints of Brass #AAA448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

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

R = 41.87%
G = 40.39%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAA448 (or 0xAAA448) is known color: Brass. HEX triplet: AA, A4 and 48. RGB value is (170,164,72). Sum of RGB (Red+Green+Blue) = 170+164+72=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA448 is #555BB7. Grayscale: #9B9B9B. Windows color (decimal): -5594040 or 4760746. OLE color: 4760746.

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

Color convert

RGB 170 164 72 -
CMYK 0 0.04 0.58 0.33
HSL 56.33º 0.4% 0.47% -
HSV(B) 56.33º 0.58% 0.67% -
XYZ 31.02 35.56 11.36 -
YUV 155.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 170 164 72 0 0.04 0.58 0.33 56.33 0.4 0.47
Hex AA A4 48 0 4 3A 21 38 28 2F
Octal 252 244 110 0 4 72 41 70 50 57
Binary 10101010 10100100 1001000 0 100 111010 100001 111000 101000 101111

Color Harmonies of #AAA448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA448

Black with #AAA448

Text Example


Text Example

White with #AAA448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA448; }

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

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

background-color css

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

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

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

border-color css

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

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

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