Html Css Color HEX #AEA446 Brass

📋 copy color: '#AEA446'

red 174 ◦ green 164 ◦ blue 70

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

Shades of Brass #AEA446

Tints of Brass #AEA446

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

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

R = 42.65%
G = 40.2%
B = 17.16%

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

#AEA446 (or 0xAEA446) is known color: Brass. HEX triplet: AE, A4 and 46. RGB value is (174,164,70). Sum of RGB (Red+Green+Blue) = 174+164+70=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA446 is #515BB9. Grayscale: #9C9C9C. Windows color (decimal): -5331898 or 4629678. OLE color: 4629678.

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

Color convert

RGB 174 164 70 -
CMYK 0 0.06 0.60 0.32
HSL 54.23º 0.43% 0.48% -
HSV(B) 54.23º 0.6% 0.68% -
XYZ 31.84 35.99 11.06 -
YUV 156.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 174 164 70 0 0.06 0.60 0.32 54.23 0.43 0.48
Hex AE A4 46 0 6 3C 20 36 2B 30
Octal 256 244 106 0 6 74 40 66 53 60
Binary 10101110 10100100 1000110 0 110 111100 100000 110110 101011 110000

Color Harmonies of #AEA446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA446

Black with #AEA446

Text Example


Text Example

White with #AEA446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA446; }

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

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

background-color css

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

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

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

border-color css

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

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

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