Html Css Color HEX #AAA346 Brass

📋 copy color: '#AAA346'

red 170 ◦ green 163 ◦ blue 70

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

Shades of Brass #AAA346

Tints of Brass #AAA346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

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

R = 42.18%
G = 40.45%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AAA346 (or 0xAAA346) is known color: Brass. HEX triplet: AA, A3 and 46. RGB value is (170,163,70). Sum of RGB (Red+Green+Blue) = 170+163+70=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA346 is #555CB9. Grayscale: #9A9A9A. Windows color (decimal): -5594298 or 4629418. OLE color: 4629418.

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

Color convert

RGB 170 163 70 -
CMYK 0 0.04 0.59 0.33
HSL 55.8º 0.42% 0.47% -
HSV(B) 55.8º 0.59% 0.67% -
XYZ 30.78 35.18 10.96 -
YUV 154.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 170 163 70 0 0.04 0.59 0.33 55.8 0.42 0.47
Hex AA A3 46 0 4 3B 21 38 2A 2F
Octal 252 243 106 0 4 73 41 70 52 57
Binary 10101010 10100011 1000110 0 100 111011 100001 111000 101010 101111

Color Harmonies of #AAA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA346

Black with #AAA346

Text Example


Text Example

White with #AAA346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA346; }

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

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

background-color css

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

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

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

border-color css

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

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

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