Html Css Color HEX #AAA748 Brass

📋 copy color: '#AAA748'

red 170 ◦ green 167 ◦ blue 72

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

Shades of Brass #AAA748

Tints of Brass #AAA748

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

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

R = 41.56%
G = 40.83%
B = 17.6%

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

#AAA748 (or 0xAAA748) is known color: Brass. HEX triplet: AA, A7 and 48. RGB value is (170,167,72). Sum of RGB (Red+Green+Blue) = 170+167+72=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA748 is #5558B7. Grayscale: #9D9D9D. Windows color (decimal): -5593272 or 4761514. OLE color: 4761514.

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

Color convert

RGB 170 167 72 -
CMYK 0 0.02 0.58 0.33
HSL 58.16º 0.4% 0.47% -
HSV(B) 58.16º 0.58% 0.67% -
XYZ 31.57 36.65 11.54 -
YUV 157.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 170 167 72 0 0.02 0.58 0.33 58.16 0.4 0.47
Hex AA A7 48 0 2 3A 21 3A 28 2F
Octal 252 247 110 0 2 72 41 72 50 57
Binary 10101010 10100111 1001000 0 10 111010 100001 111010 101000 101111

Color Harmonies of #AAA748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA748

Black with #AAA748

Text Example


Text Example

White with #AAA748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA748; }

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

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

background-color css

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

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

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

border-color css

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

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

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