Html Css Color HEX #AEA040 Brass

📋 copy color: '#AEA040'

red 174 ◦ green 160 ◦ blue 64

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

Shades of Brass #AEA040

Tints of Brass #AEA040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.2%

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 43.72%
G = 40.2%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AEA040 (or 0xAEA040) is known color: Brass. HEX triplet: AE, A0 and 40. RGB value is (174,160,64). Sum of RGB (Red+Green+Blue) = 174+160+64=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA040 is #515FBF. Grayscale: #999999. Windows color (decimal): -5332928 or 4235438. OLE color: 4235438.

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

Color convert

RGB 174 160 64 -
CMYK 0 0.08 0.63 0.32
HSL 52.36º 0.46% 0.47% -
HSV(B) 52.36º 0.63% 0.68% -
XYZ 30.95 34.51 9.88 -
YUV 153.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 174 160 64 0 0.08 0.63 0.32 52.36 0.46 0.47
Hex AE A0 40 0 8 3F 20 34 2E 2F
Octal 256 240 100 0 10 77 40 64 56 57
Binary 10101110 10100000 1000000 0 1000 111111 100000 110100 101110 101111

Color Harmonies of #AEA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA040

Black with #AEA040

Text Example


Text Example

White with #AEA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA040; }

 p { color: rgb(174,160,64); }

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

background-color css

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

 a { background-color: rgb(174,160,64); }

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

border-color css

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

 span { border-color: rgb(174,160,64); }

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