Html Css Color HEX #AAA248 Brass

📋 copy color: '#AAA248'

red 170 ◦ green 162 ◦ blue 72

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

Shades of Brass #AAA248

Tints of Brass #AAA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

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

R = 42.08%
G = 40.1%
B = 17.82%

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

#AAA248 (or 0xAAA248) is known color: Brass. HEX triplet: AA, A2 and 48. RGB value is (170,162,72). Sum of RGB (Red+Green+Blue) = 170+162+72=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA248 is #555DB7. Grayscale: #9A9A9A. Windows color (decimal): -5594552 or 4760234. OLE color: 4760234.

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

Color convert

RGB 170 162 72 -
CMYK 0 0.05 0.58 0.33
HSL 55.1º 0.4% 0.47% -
HSV(B) 55.1º 0.58% 0.67% -
XYZ 30.67 34.85 11.24 -
YUV 154.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 170 162 72 0 0.05 0.58 0.33 55.1 0.4 0.47
Hex AA A2 48 0 5 3A 21 37 28 2F
Octal 252 242 110 0 5 72 41 67 50 57
Binary 10101010 10100010 1001000 0 101 111010 100001 110111 101000 101111

Color Harmonies of #AAA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA248

Black with #AAA248

Text Example


Text Example

White with #AAA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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