Html Css Color HEX #AAA13A Brass

📋 copy color: '#AAA13A'

red 170 ◦ green 161 ◦ blue 58

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

Shades of Brass #AAA13A

Tints of Brass #AAA13A

RGB

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

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

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

R = 43.7%
G = 41.39%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA13A (or 0xAAA13A) is known color: Brass. HEX triplet: AA, A1 and 3A. RGB value is (170,161,58). Sum of RGB (Red+Green+Blue) = 170+161+58=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA13A is #555EC5. Grayscale: #989898. Windows color (decimal): -5594822 or 3842474. OLE color: 3842474.

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

Color convert

RGB 170 161 58 -
CMYK 0 0.05 0.66 0.33
HSL 55.18º 0.49% 0.45% -
HSV(B) 55.18º 0.66% 0.67% -
XYZ 30.09 34.34 9.05 -
YUV 151.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 170 161 58 0 0.05 0.66 0.33 55.18 0.49 0.45
Hex AA A1 3A 0 5 42 21 37 31 2D
Octal 252 241 72 0 5 102 41 67 61 55
Binary 10101010 10100001 111010 0 101 1000010 100001 110111 110001 101101

Color Harmonies of #AAA13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA13A

Black with #AAA13A

Text Example


Text Example

White with #AAA13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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