Html Css Color HEX #AAA13E Brass

📋 copy color: '#AAA13E'

red 170 ◦ green 161 ◦ blue 62

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

Shades of Brass #AAA13E

Tints of Brass #AAA13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.78%

R = 43.26%
G = 40.97%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AAA13E (or 0xAAA13E) is known color: Brass. HEX triplet: AA, A1 and 3E. RGB value is (170,161,62). Sum of RGB (Red+Green+Blue) = 170+161+62=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA13E is #555EC1. Grayscale: #989898. Windows color (decimal): -5594818 or 4104618. OLE color: 4104618.

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

Color convert

RGB 170 161 62 -
CMYK 0 0.05 0.64 0.33
HSL 55º 0.47% 0.45% -
HSV(B) 55º 0.64% 0.67% -
XYZ 30.19 34.38 9.6 -
YUV 152.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 170 161 62 0 0.05 0.64 0.33 55 0.47 0.45
Hex AA A1 3E 0 5 40 21 37 2F 2D
Octal 252 241 76 0 5 100 41 67 57 55
Binary 10101010 10100001 111110 0 101 1000000 100001 110111 101111 101101

Color Harmonies of #AAA13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA13E

Black with #AAA13E

Text Example


Text Example

White with #AAA13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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