Html Css Color HEX #AAA148 Brass

📋 copy color: '#AAA148'

red 170 ◦ green 161 ◦ blue 72

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

Shades of Brass #AAA148

Tints of Brass #AAA148

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.95%

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

R = 42.18%
G = 39.95%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAA148 (or 0xAAA148) is known color: Brass. HEX triplet: AA, A1 and 48. RGB value is (170,161,72). Sum of RGB (Red+Green+Blue) = 170+161+72=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA148 is #555EB7. Grayscale: #999999. Windows color (decimal): -5594808 or 4759978. OLE color: 4759978.

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

Color convert

RGB 170 161 72 -
CMYK 0 0.05 0.58 0.33
HSL 54.49º 0.4% 0.47% -
HSV(B) 54.49º 0.58% 0.67% -
XYZ 30.49 34.5 11.18 -
YUV 153.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 170 161 72 0 0.05 0.58 0.33 54.49 0.4 0.47
Hex AA A1 48 0 5 3A 21 36 28 2F
Octal 252 241 110 0 5 72 41 66 50 57
Binary 10101010 10100001 1001000 0 101 111010 100001 110110 101000 101111

Color Harmonies of #AAA148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA148

Black with #AAA148

Text Example


Text Example

White with #AAA148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA148; }

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

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

background-color css

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

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

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

border-color css

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

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

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