Html Css Color HEX #AAA846 Brass

📋 copy color: '#AAA846'

red 170 ◦ green 168 ◦ blue 70

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

Shades of Brass #AAA846

Tints of Brass #AAA846

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

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

R = 41.67%
G = 41.18%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AAA846 (or 0xAAA846) is known color: Brass. HEX triplet: AA, A8 and 46. RGB value is (170,168,70). Sum of RGB (Red+Green+Blue) = 170+168+70=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA846 is #5557B9. Grayscale: #9D9D9D. Windows color (decimal): -5593018 or 4630698. OLE color: 4630698.

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

Color convert

RGB 170 168 70 -
CMYK 0 0.01 0.59 0.33
HSL 58.8º 0.42% 0.47% -
HSV(B) 58.8º 0.59% 0.67% -
XYZ 31.69 36.99 11.26 -
YUV 157.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 170 168 70 0 0.01 0.59 0.33 58.8 0.42 0.47
Hex AA A8 46 0 1 3B 21 3B 2A 2F
Octal 252 250 106 0 1 73 41 73 52 57
Binary 10101010 10101000 1000110 0 1 111011 100001 111011 101010 101111

Color Harmonies of #AAA846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA846

Black with #AAA846

Text Example


Text Example

White with #AAA846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA846; }

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

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

background-color css

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

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

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

border-color css

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

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

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