Html Css Color HEX #AEAD4A Brass

📋 copy color: '#AEAD4A'

red 174 ◦ green 173 ◦ blue 74

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

Shades of Brass #AEAD4A

Tints of Brass #AEAD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

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

R = 41.33%
G = 41.09%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AEAD4A (or 0xAEAD4A) is known color: Brass. HEX triplet: AE, AD and 4A. RGB value is (174,173,74). Sum of RGB (Red+Green+Blue) = 174+173+74=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD4A is #5152B5. Grayscale: #A2A2A2. Windows color (decimal): -5329590 or 4894126. OLE color: 4894126.

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

Color convert

RGB 174 173 74 -
CMYK 0 0.01 0.57 0.32
HSL 59.4º 0.4% 0.49% -
HSV(B) 59.4º 0.57% 0.68% -
XYZ 33.64 39.38 12.31 -
YUV 162.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 174 173 74 0 0.01 0.57 0.32 59.4 0.4 0.49
Hex AE AD 4A 0 1 39 20 3B 28 31
Octal 256 255 112 0 1 71 40 73 50 61
Binary 10101110 10101101 1001010 0 1 111001 100000 111011 101000 110001

Color Harmonies of #AEAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD4A

Black with #AEAD4A

Text Example


Text Example

White with #AEAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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