Html Css Color HEX #AEA746 Brass

📋 copy color: '#AEA746'

red 174 ◦ green 167 ◦ blue 70

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

Shades of Brass #AEA746

Tints of Brass #AEA746

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

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

R = 42.34%
G = 40.63%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AEA746 (or 0xAEA746) is known color: Brass. HEX triplet: AE, A7 and 46. RGB value is (174,167,70). Sum of RGB (Red+Green+Blue) = 174+167+70=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA746 is #5158B9. Grayscale: #9E9E9E. Windows color (decimal): -5331130 or 4630446. OLE color: 4630446.

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

Color convert

RGB 174 167 70 -
CMYK 0 0.04 0.60 0.32
HSL 55.96º 0.43% 0.48% -
HSV(B) 55.96º 0.6% 0.68% -
XYZ 32.38 37.08 11.24 -
YUV 158.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 174 167 70 0 0.04 0.60 0.32 55.96 0.43 0.48
Hex AE A7 46 0 4 3C 20 38 2B 30
Octal 256 247 106 0 4 74 40 70 53 60
Binary 10101110 10100111 1000110 0 100 111100 100000 111000 101011 110000

Color Harmonies of #AEA746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA746

Black with #AEA746

Text Example


Text Example

White with #AEA746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA746; }

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

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

background-color css

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

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

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

border-color css

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

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

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