Html Css Color HEX #AEA346 Brass

📋 copy color: '#AEA346'

red 174 ◦ green 163 ◦ blue 70

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

Shades of Brass #AEA346

Tints of Brass #AEA346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

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

R = 42.75%
G = 40.05%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AEA346 (or 0xAEA346) is known color: Brass. HEX triplet: AE, A3 and 46. RGB value is (174,163,70). Sum of RGB (Red+Green+Blue) = 174+163+70=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA346 is #515CB9. Grayscale: #9C9C9C. Windows color (decimal): -5332154 or 4629422. OLE color: 4629422.

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

Color convert

RGB 174 163 70 -
CMYK 0 0.06 0.60 0.32
HSL 53.65º 0.43% 0.48% -
HSV(B) 53.65º 0.6% 0.68% -
XYZ 31.66 35.64 11 -
YUV 155.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 174 163 70 0 0.06 0.60 0.32 53.65 0.43 0.48
Hex AE A3 46 0 6 3C 20 36 2B 30
Octal 256 243 106 0 6 74 40 66 53 60
Binary 10101110 10100011 1000110 0 110 111100 100000 110110 101011 110000

Color Harmonies of #AEA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA346

Black with #AEA346

Text Example


Text Example

White with #AEA346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA346; }

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

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

background-color css

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

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

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

border-color css

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

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

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