Html Css Color HEX #AEA137 Brass

📋 copy color: '#AEA137'

red 174 ◦ green 161 ◦ blue 55

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

Shades of Brass #AEA137

Tints of Brass #AEA137

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.28%

 BLUE value IS 55 (21.88% from 255) = 14.1%

R = 44.62%
G = 41.28%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AEA137 (or 0xAEA137) is known color: Brass. HEX triplet: AE, A1 and 37. RGB value is (174,161,55). Sum of RGB (Red+Green+Blue) = 174+161+55=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA137 is #515EC8. Grayscale: #999999. Windows color (decimal): -5332681 or 3645870. OLE color: 3645870.

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

Color convert

RGB 174 161 55 -
CMYK 0 0.07 0.68 0.32
HSL 53.45º 0.52% 0.45% -
HSV(B) 53.45º 0.68% 0.68% -
XYZ 30.89 34.76 8.7 -
YUV 152.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 174 161 55 0 0.07 0.68 0.32 53.45 0.52 0.45
Hex AE A1 37 0 7 44 20 35 34 2D
Octal 256 241 67 0 7 104 40 65 64 55
Binary 10101110 10100001 110111 0 111 1000100 100000 110101 110100 101101

Color Harmonies of #AEA137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA137

Black with #AEA137

Text Example


Text Example

White with #AEA137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA137; }

 p { color: rgb(174,161,55); }

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

background-color css

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

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

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

border-color css

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

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

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