Html Css Color HEX #AEAC45 Brass

📋 copy color: '#AEAC45'

red 174 ◦ green 172 ◦ blue 69

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

Shades of Brass #AEAC45

Tints of Brass #AEAC45

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

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

R = 41.93%
G = 41.45%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AEAC45 (or 0xAEAC45) is known color: Brass. HEX triplet: AE, AC and 45. RGB value is (174,172,69). Sum of RGB (Red+Green+Blue) = 174+172+69=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC45 is #5153BA. Grayscale: #A1A1A1. Windows color (decimal): -5329851 or 4566190. OLE color: 4566190.

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

Color convert

RGB 174 172 69 -
CMYK 0 0.01 0.60 0.32
HSL 58.86º 0.43% 0.48% -
HSV(B) 58.86º 0.6% 0.68% -
XYZ 33.28 38.93 11.39 -
YUV 160.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 174 172 69 0 0.01 0.60 0.32 58.86 0.43 0.48
Hex AE AC 45 0 1 3C 20 3B 2B 30
Octal 256 254 105 0 1 74 40 73 53 60
Binary 10101110 10101100 1000101 0 1 111100 100000 111011 101011 110000

Color Harmonies of #AEAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC45

Black with #AEAC45

Text Example


Text Example

White with #AEAC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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