Html Css Color HEX #AAA141 Brass

📋 copy color: '#AAA141'

red 170 ◦ green 161 ◦ blue 65

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

Shades of Brass #AAA141

Tints of Brass #AAA141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.41%

R = 42.93%
G = 40.66%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AAA141 (or 0xAAA141) is known color: Brass. HEX triplet: AA, A1 and 41. RGB value is (170,161,65). Sum of RGB (Red+Green+Blue) = 170+161+65=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA141 is #555EBE. Grayscale: #999999. Windows color (decimal): -5594815 or 4301226. OLE color: 4301226.

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

Color convert

RGB 170 161 65 -
CMYK 0 0.05 0.62 0.33
HSL 54.86º 0.45% 0.46% -
HSV(B) 54.86º 0.62% 0.67% -
XYZ 30.28 34.42 10.05 -
YUV 152.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 170 161 65 0 0.05 0.62 0.33 54.86 0.45 0.46
Hex AA A1 41 0 5 3E 21 37 2D 2E
Octal 252 241 101 0 5 76 41 67 55 56
Binary 10101010 10100001 1000001 0 101 111110 100001 110111 101101 101110

Color Harmonies of #AAA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA141

Black with #AAA141

Text Example


Text Example

White with #AAA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA141; }

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

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

background-color css

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

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

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

border-color css

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

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

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