Html Css Color HEX #AEA149 Brass

📋 copy color: '#AEA149'

red 174 ◦ green 161 ◦ blue 73

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

Shades of Brass #AEA149

Tints of Brass #AEA149

RGB

 RED value IS 174 (68.36% from 255) = 42.65%

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

 BLUE value IS 73 (28.91% from 255) = 17.89%

R = 42.65%
G = 39.46%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AEA149 (or 0xAEA149) is known color: Brass. HEX triplet: AE, A1 and 49. RGB value is (174,161,73). Sum of RGB (Red+Green+Blue) = 174+161+73=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA149 is #515EB6. Grayscale: #9B9B9B. Windows color (decimal): -5332663 or 4825518. OLE color: 4825518.

HSL color Cylindrical-coordinate representation of color #AEA149: hue angle of 52.28º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEA149 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 161 73 -
CMYK 0 0.07 0.58 0.32
HSL 52.28º 0.41% 0.48% -
HSV(B) 52.28º 0.58% 0.68% -
XYZ 31.4 34.97 11.4 -
YUV 154.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 174 161 73 0 0.07 0.58 0.32 52.28 0.41 0.48
Hex AE A1 49 0 7 3A 20 34 29 30
Octal 256 241 111 0 7 72 40 64 51 60
Binary 10101110 10100001 1001001 0 111 111010 100000 110100 101001 110000

Color Harmonies of #AEA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA149

Black with #AEA149

Text Example


Text Example

White with #AEA149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA149; }

 p { color: rgb(174,161,73); }

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

background-color css

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

 a { background-color: rgb(174,161,73); }

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

border-color css

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

 span { border-color: rgb(174,161,73); }

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