Html Css Color HEX #AAA747 Brass

📋 copy color: '#AAA747'

red 170 ◦ green 167 ◦ blue 71

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

Shades of Brass #AAA747

Tints of Brass #AAA747

RGB

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

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

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

R = 41.67%
G = 40.93%
B = 17.4%

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

#AAA747 (or 0xAAA747) is known color: Brass. HEX triplet: AA, A7 and 47. RGB value is (170,167,71). Sum of RGB (Red+Green+Blue) = 170+167+71=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA747 is #5558B8. Grayscale: #9D9D9D. Windows color (decimal): -5593273 or 4695978. OLE color: 4695978.

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

Color convert

RGB 170 167 71 -
CMYK 0 0.02 0.58 0.33
HSL 58.18º 0.41% 0.47% -
HSV(B) 58.18º 0.58% 0.67% -
XYZ 31.53 36.64 11.37 -
YUV 156.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 170 167 71 0 0.02 0.58 0.33 58.18 0.41 0.47
Hex AA A7 47 0 2 3A 21 3A 29 2F
Octal 252 247 107 0 2 72 41 72 51 57
Binary 10101010 10100111 1000111 0 10 111010 100001 111010 101001 101111

Color Harmonies of #AAA747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA747

Black with #AAA747

Text Example


Text Example

White with #AAA747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA747; }

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

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

background-color css

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

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

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

border-color css

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

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

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