Html Css Color HEX #AEA54A Brass

📋 copy color: '#AEA54A'

red 174 ◦ green 165 ◦ blue 74

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

Shades of Brass #AEA54A

Tints of Brass #AEA54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.92%

R = 42.13%
G = 39.95%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AEA54A (or 0xAEA54A) is known color: Brass. HEX triplet: AE, A5 and 4A. RGB value is (174,165,74). Sum of RGB (Red+Green+Blue) = 174+165+74=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA54A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA54A is #515AB5. Grayscale: #9D9D9D. Windows color (decimal): -5331638 or 4892078. OLE color: 4892078.

HSL color Cylindrical-coordinate representation of color #AEA54A: hue angle of 54.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEA54A is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 165 74 -
CMYK 0 0.05 0.57 0.32
HSL 54.6º 0.4% 0.49% -
HSV(B) 54.6º 0.57% 0.68% -
XYZ 32.15 36.4 11.81 -
YUV 157.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 174 165 74 0 0.05 0.57 0.32 54.6 0.4 0.49
Hex AE A5 4A 0 5 39 20 37 28 31
Octal 256 245 112 0 5 71 40 67 50 61
Binary 10101110 10100101 1001010 0 101 111001 100000 110111 101000 110001

Color Harmonies of #AEA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA54A

Black with #AEA54A

Text Example


Text Example

White with #AEA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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