Html Css Color HEX #AEA138 Brass

📋 copy color: '#AEA138'

red 174 ◦ green 161 ◦ blue 56

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

Shades of Brass #AEA138

Tints of Brass #AEA138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.32%

R = 44.5%
G = 41.18%
B = 14.32%

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

#AEA138 (or 0xAEA138) is known color: Brass. HEX triplet: AE, A1 and 38. RGB value is (174,161,56). Sum of RGB (Red+Green+Blue) = 174+161+56=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA138 is #515EC7. Grayscale: #999999. Windows color (decimal): -5332680 or 3711406. OLE color: 3711406.

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

Color convert

RGB 174 161 56 -
CMYK 0 0.07 0.68 0.32
HSL 53.39º 0.51% 0.45% -
HSV(B) 53.39º 0.68% 0.68% -
XYZ 30.91 34.77 8.82 -
YUV 152.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 174 161 56 0 0.07 0.68 0.32 53.39 0.51 0.45
Hex AE A1 38 0 7 44 20 35 33 2D
Octal 256 241 70 0 7 104 40 65 63 55
Binary 10101110 10100001 111000 0 111 1000100 100000 110101 110011 101101

Color Harmonies of #AEA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA138

Black with #AEA138

Text Example


Text Example

White with #AEA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA138; }

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

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

background-color css

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

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

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

border-color css

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

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

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