Html Css Color HEX #AAA947 Brass

📋 copy color: '#AAA947'

red 170 ◦ green 169 ◦ blue 71

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

Shades of Brass #AAA947

Tints of Brass #AAA947

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.22%

 BLUE value IS 71 (28.13% from 255) = 17.32%

R = 41.46%
G = 41.22%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAA947 (or 0xAAA947) is known color: Brass. HEX triplet: AA, A9 and 47. RGB value is (170,169,71). Sum of RGB (Red+Green+Blue) = 170+169+71=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA947 is #5556B8. Grayscale: #9E9E9E. Windows color (decimal): -5592761 or 4696490. OLE color: 4696490.

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

Color convert

RGB 170 169 71 -
CMYK 0 0.01 0.58 0.33
HSL 59.39º 0.41% 0.47% -
HSV(B) 59.39º 0.58% 0.67% -
XYZ 31.9 37.38 11.49 -
YUV 158.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 170 169 71 0 0.01 0.58 0.33 59.39 0.41 0.47
Hex AA A9 47 0 1 3A 21 3B 29 2F
Octal 252 251 107 0 1 72 41 73 51 57
Binary 10101010 10101001 1000111 0 1 111010 100001 111011 101001 101111

Color Harmonies of #AAA947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA947

Black with #AAA947

Text Example


Text Example

White with #AAA947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA947; }

 p { color: rgb(170,169,71); }

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

background-color css

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

 a { background-color: rgb(170,169,71); }

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

border-color css

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

 span { border-color: rgb(170,169,71); }

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