Html Css Color HEX #AEA548 Brass

📋 copy color: '#AEA548'

red 174 ◦ green 165 ◦ blue 72

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

Shades of Brass #AEA548

Tints of Brass #AEA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

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

R = 42.34%
G = 40.15%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AEA548 (or 0xAEA548) is known color: Brass. HEX triplet: AE, A5 and 48. RGB value is (174,165,72). Sum of RGB (Red+Green+Blue) = 174+165+72=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA548 is #515AB7. Grayscale: #9D9D9D. Windows color (decimal): -5331640 or 4761006. OLE color: 4761006.

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

Color convert

RGB 174 165 72 -
CMYK 0 0.05 0.59 0.32
HSL 54.71º 0.41% 0.48% -
HSV(B) 54.71º 0.59% 0.68% -
XYZ 32.08 36.38 11.46 -
YUV 157.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 174 165 72 0 0.05 0.59 0.32 54.71 0.41 0.48
Hex AE A5 48 0 5 3B 20 37 29 30
Octal 256 245 110 0 5 73 40 67 51 60
Binary 10101110 10100101 1001000 0 101 111011 100000 110111 101001 110000

Color Harmonies of #AEA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA548

Black with #AEA548

Text Example


Text Example

White with #AEA548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA548; }

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

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

background-color css

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

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

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

border-color css

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

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

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