Html Css Color HEX #AAA548 Brass

📋 copy color: '#AAA548'

red 170 ◦ green 165 ◦ blue 72

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

Shades of Brass #AAA548

Tints of Brass #AAA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

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

R = 41.77%
G = 40.54%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAA548 (or 0xAAA548) is known color: Brass. HEX triplet: AA, A5 and 48. RGB value is (170,165,72). Sum of RGB (Red+Green+Blue) = 170+165+72=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA548 is #555AB7. Grayscale: #9C9C9C. Windows color (decimal): -5593784 or 4761002. OLE color: 4761002.

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

Color convert

RGB 170 165 72 -
CMYK 0 0.03 0.58 0.33
HSL 56.94º 0.4% 0.47% -
HSV(B) 56.94º 0.58% 0.67% -
XYZ 31.2 35.92 11.42 -
YUV 155.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 170 165 72 0 0.03 0.58 0.33 56.94 0.4 0.47
Hex AA A5 48 0 3 3A 21 39 28 2F
Octal 252 245 110 0 3 72 41 71 50 57
Binary 10101010 10100101 1001000 0 11 111010 100001 111001 101000 101111

Color Harmonies of #AAA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA548

Black with #AAA548

Text Example


Text Example

White with #AAA548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA548; }

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

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

background-color css

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

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

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

border-color css

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

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

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