Html Css Color HEX #AAA648 Brass

📋 copy color: '#AAA648'

red 170 ◦ green 166 ◦ blue 72

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

Shades of Brass #AAA648

Tints of Brass #AAA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

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

R = 41.67%
G = 40.69%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAA648 (or 0xAAA648) is known color: Brass. HEX triplet: AA, A6 and 48. RGB value is (170,166,72). Sum of RGB (Red+Green+Blue) = 170+166+72=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA648 is #5559B7. Grayscale: #9C9C9C. Windows color (decimal): -5593528 or 4761258. OLE color: 4761258.

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

Color convert

RGB 170 166 72 -
CMYK 0 0.02 0.58 0.33
HSL 57.55º 0.4% 0.47% -
HSV(B) 57.55º 0.58% 0.67% -
XYZ 31.38 36.29 11.48 -
YUV 156.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 170 166 72 0 0.02 0.58 0.33 57.55 0.4 0.47
Hex AA A6 48 0 2 3A 21 3A 28 2F
Octal 252 246 110 0 2 72 41 72 50 57
Binary 10101010 10100110 1001000 0 10 111010 100001 111010 101000 101111

Color Harmonies of #AAA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA648

Black with #AAA648

Text Example


Text Example

White with #AAA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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