Html Css Color HEX #AEA647 Brass

📋 copy color: '#AEA647'

red 174 ◦ green 166 ◦ blue 71

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

Shades of Brass #AEA647

Tints of Brass #AEA647

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

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

R = 42.34%
G = 40.39%
B = 17.27%

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

#AEA647 (or 0xAEA647) is known color: Brass. HEX triplet: AE, A6 and 47. RGB value is (174,166,71). Sum of RGB (Red+Green+Blue) = 174+166+71=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA647 is #5159B8. Grayscale: #9D9D9D. Windows color (decimal): -5331385 or 4695726. OLE color: 4695726.

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

Color convert

RGB 174 166 71 -
CMYK 0 0.05 0.59 0.32
HSL 55.34º 0.42% 0.48% -
HSV(B) 55.34º 0.59% 0.68% -
XYZ 32.23 36.73 11.35 -
YUV 157.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 174 166 71 0 0.05 0.59 0.32 55.34 0.42 0.48
Hex AE A6 47 0 5 3B 20 37 2A 30
Octal 256 246 107 0 5 73 40 67 52 60
Binary 10101110 10100110 1000111 0 101 111011 100000 110111 101010 110000

Color Harmonies of #AEA647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA647

Black with #AEA647

Text Example


Text Example

White with #AEA647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA647; }

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

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

background-color css

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

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

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

border-color css

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

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

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