Html Css Color HEX #AA9E34 Brass

📋 copy color: '#AA9E34'

red 170 ◦ green 158 ◦ blue 52

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

Shades of Brass #AA9E34

Tints of Brass #AA9E34

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.58%

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

R = 44.74%
G = 41.58%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA9E34 (or 0xAA9E34) is known color: Brass. HEX triplet: AA, 9E and 34. RGB value is (170,158,52). Sum of RGB (Red+Green+Blue) = 170+158+52=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E34 is #5561CB. Grayscale: #959595. Windows color (decimal): -5595596 or 3448490. OLE color: 3448490.

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

Color convert

RGB 170 158 52 -
CMYK 0 0.07 0.69 0.33
HSL 53.9º 0.53% 0.44% -
HSV(B) 53.9º 0.69% 0.67% -
XYZ 29.42 33.25 8.12 -
YUV 149.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 170 158 52 0 0.07 0.69 0.33 53.9 0.53 0.44
Hex AA 9E 34 0 7 45 21 36 35 2C
Octal 252 236 64 0 7 105 41 66 65 54
Binary 10101010 10011110 110100 0 111 1000101 100001 110110 110101 101100

Color Harmonies of #AA9E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E34

Black with #AA9E34

Text Example


Text Example

White with #AA9E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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