Html Css Color HEX #AEA039 Brass

📋 copy color: '#AEA039'

red 174 ◦ green 160 ◦ blue 57

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

Shades of Brass #AEA039

Tints of Brass #AEA039

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

 BLUE value IS 57 (22.66% from 255) = 14.58%

R = 44.5%
G = 40.92%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AEA039 (or 0xAEA039) is known color: Brass. HEX triplet: AE, A0 and 39. RGB value is (174,160,57). Sum of RGB (Red+Green+Blue) = 174+160+57=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA039 is #515FC6. Grayscale: #989898. Windows color (decimal): -5332935 or 3776686. OLE color: 3776686.

HSL color Cylindrical-coordinate representation of color #AEA039: hue angle of 52.82º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEA039 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 160 57 -
CMYK 0 0.08 0.67 0.32
HSL 52.82º 0.51% 0.45% -
HSV(B) 52.82º 0.67% 0.68% -
XYZ 30.76 34.44 8.9 -
YUV 152.44 74.14 143.38 -
System Red Green Blue C M Y K H S L
Decimal 174 160 57 0 0.08 0.67 0.32 52.82 0.51 0.45
Hex AE A0 39 0 8 43 20 35 33 2D
Octal 256 240 71 0 10 103 40 65 63 55
Binary 10101110 10100000 111001 0 1000 1000011 100000 110101 110011 101101

Color Harmonies of #AEA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA039

Black with #AEA039

Text Example


Text Example

White with #AEA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA039; }

 p { color: rgb(174,160,57); }

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

background-color css

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

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

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

border-color css

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

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

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