Html Css Color HEX #AEA239 Brass

📋 copy color: '#AEA239'

red 174 ◦ green 162 ◦ blue 57

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

Shades of Brass #AEA239

Tints of Brass #AEA239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.22%

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

R = 44.27%
G = 41.22%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AEA239 (or 0xAEA239) is known color: Brass. HEX triplet: AE, A2 and 39. RGB value is (174,162,57). Sum of RGB (Red+Green+Blue) = 174+162+57=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA239 is #515DC6. Grayscale: #9A9A9A. Windows color (decimal): -5332423 or 3777198. OLE color: 3777198.

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

Color convert

RGB 174 162 57 -
CMYK 0 0.07 0.67 0.32
HSL 53.85º 0.51% 0.45% -
HSV(B) 53.85º 0.67% 0.68% -
XYZ 31.11 35.13 9.01 -
YUV 153.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 174 162 57 0 0.07 0.67 0.32 53.85 0.51 0.45
Hex AE A2 39 0 7 43 20 36 33 2D
Octal 256 242 71 0 7 103 40 66 63 55
Binary 10101110 10100010 111001 0 111 1000011 100000 110110 110011 101101

Color Harmonies of #AEA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA239

Black with #AEA239

Text Example


Text Example

White with #AEA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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