Html Css Color HEX #AEA032 Brass

📋 copy color: '#AEA032'

red 174 ◦ green 160 ◦ blue 50

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

Shades of Brass #AEA032

Tints of Brass #AEA032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.02%

R = 45.31%
G = 41.67%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AEA032 (or 0xAEA032) is known color: Brass. HEX triplet: AE, A0 and 32. RGB value is (174,160,50). Sum of RGB (Red+Green+Blue) = 174+160+50=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA032 is #515FCD. Grayscale: #989898. Windows color (decimal): -5332942 or 3317934. OLE color: 3317934.

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

Color convert

RGB 174 160 50 -
CMYK 0 0.08 0.71 0.32
HSL 53.23º 0.55% 0.44% -
HSV(B) 53.23º 0.71% 0.68% -
XYZ 30.6 34.37 8.04 -
YUV 151.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 174 160 50 0 0.08 0.71 0.32 53.23 0.55 0.44
Hex AE A0 32 0 8 47 20 35 37 2C
Octal 256 240 62 0 10 107 40 65 67 54
Binary 10101110 10100000 110010 0 1000 1000111 100000 110101 110111 101100

Color Harmonies of #AEA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA032

Black with #AEA032

Text Example


Text Example

White with #AEA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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