Html Css Color HEX #AEA148 Brass

📋 copy color: '#AEA148'

red 174 ◦ green 161 ◦ blue 72

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

Shades of Brass #AEA148

Tints of Brass #AEA148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 42.75%
G = 39.56%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AEA148 (or 0xAEA148) is known color: Brass. HEX triplet: AE, A1 and 48. RGB value is (174,161,72). Sum of RGB (Red+Green+Blue) = 174+161+72=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA148 is #515EB7. Grayscale: #9B9B9B. Windows color (decimal): -5332664 or 4759982. OLE color: 4759982.

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

Color convert

RGB 174 161 72 -
CMYK 0 0.07 0.59 0.32
HSL 52.35º 0.41% 0.48% -
HSV(B) 52.35º 0.59% 0.68% -
XYZ 31.37 34.96 11.22 -
YUV 154.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 174 161 72 0 0.07 0.59 0.32 52.35 0.41 0.48
Hex AE A1 48 0 7 3B 20 34 29 30
Octal 256 241 110 0 7 73 40 64 51 60
Binary 10101110 10100001 1001000 0 111 111011 100000 110100 101001 110000

Color Harmonies of #AEA148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA148

Black with #AEA148

Text Example


Text Example

White with #AEA148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA148; }

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

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

background-color css

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

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

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

border-color css

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

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

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