Html Css Color HEX #AAA13F Brass

📋 copy color: '#AAA13F'

red 170 ◦ green 161 ◦ blue 63

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

Shades of Brass #AAA13F

Tints of Brass #AAA13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.99%

R = 43.15%
G = 40.86%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AAA13F (or 0xAAA13F) is known color: Brass. HEX triplet: AA, A1 and 3F. RGB value is (170,161,63). Sum of RGB (Red+Green+Blue) = 170+161+63=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA13F is #555EC0. Grayscale: #989898. Windows color (decimal): -5594817 or 4170154. OLE color: 4170154.

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

Color convert

RGB 170 161 63 -
CMYK 0 0.05 0.63 0.33
HSL 54.95º 0.46% 0.46% -
HSV(B) 54.95º 0.63% 0.67% -
XYZ 30.22 34.39 9.75 -
YUV 152.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 170 161 63 0 0.05 0.63 0.33 54.95 0.46 0.46
Hex AA A1 3F 0 5 3F 21 37 2E 2E
Octal 252 241 77 0 5 77 41 67 56 56
Binary 10101010 10100001 111111 0 101 111111 100001 110111 101110 101110

Color Harmonies of #AAA13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA13F

Black with #AAA13F

Text Example


Text Example

White with #AAA13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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