Html Css Color HEX #AAA134 Brass

📋 copy color: '#AAA134'

red 170 ◦ green 161 ◦ blue 52

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

Shades of Brass #AAA134

Tints of Brass #AAA134

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

 BLUE value IS 52 (20.7% from 255) = 13.58%

R = 44.39%
G = 42.04%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AAA134 (or 0xAAA134) is known color: Brass. HEX triplet: AA, A1 and 34. RGB value is (170,161,52). Sum of RGB (Red+Green+Blue) = 170+161+52=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA134 is #555ECB. Grayscale: #979797. Windows color (decimal): -5594828 or 3449258. OLE color: 3449258.

HSL color Cylindrical-coordinate representation of color #AAA134: hue angle of 55.42º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAA134 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 52 -
CMYK 0 0.05 0.69 0.33
HSL 55.42º 0.53% 0.44% -
HSV(B) 55.42º 0.69% 0.67% -
XYZ 29.94 34.28 8.29 -
YUV 151.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 170 161 52 0 0.05 0.69 0.33 55.42 0.53 0.44
Hex AA A1 34 0 5 45 21 37 35 2C
Octal 252 241 64 0 5 105 41 67 65 54
Binary 10101010 10100001 110100 0 101 1000101 100001 110111 110101 101100

Color Harmonies of #AAA134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA134

Black with #AAA134

Text Example


Text Example

White with #AAA134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA134; }

 p { color: rgb(170,161,52); }

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

background-color css

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

 a { background-color: rgb(170,161,52); }

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

border-color css

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

 span { border-color: rgb(170,161,52); }

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