Html Css Color HEX #AEA444 Brass

📋 copy color: '#AEA444'

red 174 ◦ green 164 ◦ blue 68

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

Shades of Brass #AEA444

Tints of Brass #AEA444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.75%

R = 42.86%
G = 40.39%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AEA444 (or 0xAEA444) is known color: Brass. HEX triplet: AE, A4 and 44. RGB value is (174,164,68). Sum of RGB (Red+Green+Blue) = 174+164+68=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA444 is #515BBB. Grayscale: #9C9C9C. Windows color (decimal): -5331900 or 4498606. OLE color: 4498606.

HSL color Cylindrical-coordinate representation of color #AEA444: hue angle of 54.34º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEA444 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 164 68 -
CMYK 0 0.06 0.61 0.32
HSL 54.34º 0.44% 0.47% -
HSV(B) 54.34º 0.61% 0.68% -
XYZ 31.77 35.97 10.74 -
YUV 156.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 174 164 68 0 0.06 0.61 0.32 54.34 0.44 0.47
Hex AE A4 44 0 6 3D 20 36 2C 2F
Octal 256 244 104 0 6 75 40 66 54 57
Binary 10101110 10100100 1000100 0 110 111101 100000 110110 101100 101111

Color Harmonies of #AEA444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA444

Black with #AEA444

Text Example


Text Example

White with #AEA444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA444; }

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

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

background-color css

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

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

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

border-color css

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

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

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