Html Css Color HEX #AAA746 Brass

📋 copy color: '#AAA746'

red 170 ◦ green 167 ◦ blue 70

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

Shades of Brass #AAA746

Tints of Brass #AAA746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 41.77%
G = 41.03%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AAA746 (or 0xAAA746) is known color: Brass. HEX triplet: AA, A7 and 46. RGB value is (170,167,70). Sum of RGB (Red+Green+Blue) = 170+167+70=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA746 is #5558B9. Grayscale: #9D9D9D. Windows color (decimal): -5593274 or 4630442. OLE color: 4630442.

HSL color Cylindrical-coordinate representation of color #AAA746: hue angle of 58.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAA746 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 70 -
CMYK 0 0.02 0.59 0.33
HSL 58.2º 0.42% 0.47% -
HSV(B) 58.2º 0.59% 0.67% -
XYZ 31.5 36.63 11.2 -
YUV 156.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 170 167 70 0 0.02 0.59 0.33 58.2 0.42 0.47
Hex AA A7 46 0 2 3B 21 3A 2A 2F
Octal 252 247 106 0 2 73 41 72 52 57
Binary 10101010 10100111 1000110 0 10 111011 100001 111010 101010 101111

Color Harmonies of #AAA746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA746

Black with #AAA746

Text Example


Text Example

White with #AAA746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA746; }

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

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

background-color css

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

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

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

border-color css

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

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

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