Html Css Color HEX #AEAD47 Brass

📋 copy color: '#AEAD47'

red 174 ◦ green 173 ◦ blue 71

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

Shades of Brass #AEAD47

Tints of Brass #AEAD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.99%

R = 41.63%
G = 41.39%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AEAD47 (or 0xAEAD47) is known color: Brass. HEX triplet: AE, AD and 47. RGB value is (174,173,71). Sum of RGB (Red+Green+Blue) = 174+173+71=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD47 is #5152B8. Grayscale: #A2A2A2. Windows color (decimal): -5329593 or 4697518. OLE color: 4697518.

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

Color convert

RGB 174 173 71 -
CMYK 0 0.01 0.59 0.32
HSL 59.42º 0.42% 0.48% -
HSV(B) 59.42º 0.59% 0.68% -
XYZ 33.54 39.34 11.79 -
YUV 161.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 174 173 71 0 0.01 0.59 0.32 59.42 0.42 0.48
Hex AE AD 47 0 1 3B 20 3B 2A 30
Octal 256 255 107 0 1 73 40 73 52 60
Binary 10101110 10101101 1000111 0 1 111011 100000 111011 101010 110000

Color Harmonies of #AEAD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD47

Black with #AEAD47

Text Example


Text Example

White with #AEAD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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