Html Css Color HEX #AEA246 Brass

📋 copy color: '#AEA246'

red 174 ◦ green 162 ◦ blue 70

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

Shades of Brass #AEA246

Tints of Brass #AEA246

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.9%

 BLUE value IS 70 (27.73% from 255) = 17.24%

R = 42.86%
G = 39.9%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AEA246 (or 0xAEA246) is known color: Brass. HEX triplet: AE, A2 and 46. RGB value is (174,162,70). Sum of RGB (Red+Green+Blue) = 174+162+70=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA246 is #515DB9. Grayscale: #9B9B9B. Windows color (decimal): -5332410 or 4629166. OLE color: 4629166.

HSL color Cylindrical-coordinate representation of color #AEA246: hue angle of 53.08º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEA246 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 162 70 -
CMYK 0 0.07 0.60 0.32
HSL 53.08º 0.43% 0.48% -
HSV(B) 53.08º 0.6% 0.68% -
XYZ 31.48 35.28 10.95 -
YUV 155.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 174 162 70 0 0.07 0.60 0.32 53.08 0.43 0.48
Hex AE A2 46 0 7 3C 20 35 2B 30
Octal 256 242 106 0 7 74 40 65 53 60
Binary 10101110 10100010 1000110 0 111 111100 100000 110101 101011 110000

Color Harmonies of #AEA246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA246

Black with #AEA246

Text Example


Text Example

White with #AEA246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA246; }

 p { color: rgb(174,162,70); }

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

background-color css

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

 a { background-color: rgb(174,162,70); }

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

border-color css

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

 span { border-color: rgb(174,162,70); }

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