Html Css Color HEX #AEAB49 Brass

📋 copy color: '#AEAB49'

red 174 ◦ green 171 ◦ blue 73

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

Shades of Brass #AEAB49

Tints of Brass #AEAB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

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

R = 41.63%
G = 40.91%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AEAB49 (or 0xAEAB49) is known color: Brass. HEX triplet: AE, AB and 49. RGB value is (174,171,73). Sum of RGB (Red+Green+Blue) = 174+171+73=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB49 is #5154B6. Grayscale: #A1A1A1. Windows color (decimal): -5330103 or 4828078. OLE color: 4828078.

HSL color Cylindrical-coordinate representation of color #AEAB49: hue angle of 58.22º 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 #AEAB49 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 171 73 -
CMYK 0 0.02 0.58 0.32
HSL 58.22º 0.41% 0.48% -
HSV(B) 58.22º 0.58% 0.68% -
XYZ 33.22 38.61 12 -
YUV 160.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 174 171 73 0 0.02 0.58 0.32 58.22 0.41 0.48
Hex AE AB 49 0 2 3A 20 3A 29 30
Octal 256 253 111 0 2 72 40 72 51 60
Binary 10101110 10101011 1001001 0 10 111010 100000 111010 101001 110000

Color Harmonies of #AEAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB49

Black with #AEAB49

Text Example


Text Example

White with #AEAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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