Html Css Color HEX #AEA345 Brass

📋 copy color: '#AEA345'

red 174 ◦ green 163 ◦ blue 69

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

Shades of Brass #AEA345

Tints of Brass #AEA345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17%

R = 42.86%
G = 40.15%
B = 17%

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

#AEA345 (or 0xAEA345) is known color: Brass. HEX triplet: AE, A3 and 45. RGB value is (174,163,69). Sum of RGB (Red+Green+Blue) = 174+163+69=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA345 is #515CBA. Grayscale: #9B9B9B. Windows color (decimal): -5332155 or 4563886. OLE color: 4563886.

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

Color convert

RGB 174 163 69 -
CMYK 0 0.06 0.60 0.32
HSL 53.71º 0.43% 0.48% -
HSV(B) 53.71º 0.6% 0.68% -
XYZ 31.63 35.62 10.84 -
YUV 155.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 174 163 69 0 0.06 0.60 0.32 53.71 0.43 0.48
Hex AE A3 45 0 6 3C 20 36 2B 30
Octal 256 243 105 0 6 74 40 66 53 60
Binary 10101110 10100011 1000101 0 110 111100 100000 110110 101011 110000

Color Harmonies of #AEA345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA345

Black with #AEA345

Text Example


Text Example

White with #AEA345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA345; }

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

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

background-color css

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

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

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

border-color css

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

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

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