Html Css Color HEX #AA9E3A Brass

📋 copy color: '#AA9E3A'

red 170 ◦ green 158 ◦ blue 58

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

Shades of Brass #AA9E3A

Tints of Brass #AA9E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.03%

R = 44.04%
G = 40.93%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA9E3A (or 0xAA9E3A) is known color: Brass. HEX triplet: AA, 9E and 3A. RGB value is (170,158,58). Sum of RGB (Red+Green+Blue) = 170+158+58=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E3A is #5561C5. Grayscale: #969696. Windows color (decimal): -5595590 or 3841706. OLE color: 3841706.

HSL color Cylindrical-coordinate representation of color #AA9E3A: hue angle of 53.57º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA9E3A is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 158 58 -
CMYK 0 0.07 0.66 0.33
HSL 53.57º 0.49% 0.45% -
HSV(B) 53.57º 0.66% 0.67% -
XYZ 29.57 33.31 8.87 -
YUV 150.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 170 158 58 0 0.07 0.66 0.33 53.57 0.49 0.45
Hex AA 9E 3A 0 7 42 21 36 31 2D
Octal 252 236 72 0 7 102 41 66 61 55
Binary 10101010 10011110 111010 0 111 1000010 100001 110110 110001 101101

Color Harmonies of #AA9E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E3A

Black with #AA9E3A

Text Example


Text Example

White with #AA9E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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