Html Css Color HEX #AEAE49 Brass

📋 copy color: '#AEAE49'

red 174 ◦ green 174 ◦ blue 73

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

Shades of Brass #AEAE49

Tints of Brass #AEAE49

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.33%

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

R = 41.33%
G = 41.33%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AEAE49 (or 0xAEAE49) is known color: Brass. HEX triplet: AE, AE and 49. RGB value is (174,174,73). Sum of RGB (Red+Green+Blue) = 174+174+73=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAE49 is #5151B6. Grayscale: #A2A2A2. Windows color (decimal): -5329335 or 4828846. OLE color: 4828846.

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

Color convert

RGB 174 174 73 -
CMYK 0 0 0.58 0.32
HSL 60º 0.41% 0.48% -
HSV(B) 60º 0.58% 0.68% -
XYZ 33.79 39.75 12.2 -
YUV 162.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 174 174 73 0 0 0.58 0.32 60 0.41 0.48
Hex AE AE 49 0 0 3A 20 3C 29 30
Octal 256 256 111 0 0 72 40 74 51 60
Binary 10101110 10101110 1001001 0 0 111010 100000 111100 101001 110000

Color Harmonies of #AEAE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE49

Black with #AEAE49

Text Example


Text Example

White with #AEAE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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