Html Css Color HEX #AEAB48 Brass

📋 copy color: '#AEAB48'

red 174 ◦ green 171 ◦ blue 72

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

Shades of Brass #AEAB48

Tints of Brass #AEAB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

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

R = 41.73%
G = 41.01%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AEAB48 (or 0xAEAB48) is known color: Brass. HEX triplet: AE, AB and 48. RGB value is (174,171,72). Sum of RGB (Red+Green+Blue) = 174+171+72=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB48 is #5154B7. Grayscale: #A1A1A1. Windows color (decimal): -5330104 or 4762542. OLE color: 4762542.

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

Color convert

RGB 174 171 72 -
CMYK 0 0.02 0.59 0.32
HSL 58.24º 0.41% 0.48% -
HSV(B) 58.24º 0.59% 0.68% -
XYZ 33.19 38.59 11.83 -
YUV 160.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 174 171 72 0 0.02 0.59 0.32 58.24 0.41 0.48
Hex AE AB 48 0 2 3B 20 3A 29 30
Octal 256 253 110 0 2 73 40 72 51 60
Binary 10101110 10101011 1001000 0 10 111011 100000 111010 101001 110000

Color Harmonies of #AEAB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB48

Black with #AEAB48

Text Example


Text Example

White with #AEAB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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