Html Css Color HEX #AEA141 Brass

📋 copy color: '#AEA141'

red 174 ◦ green 161 ◦ blue 65

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

Shades of Brass #AEA141

Tints of Brass #AEA141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

 BLUE value IS 65 (25.78% from 255) = 16.25%

R = 43.5%
G = 40.25%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AEA141 (or 0xAEA141) is known color: Brass. HEX triplet: AE, A1 and 41. RGB value is (174,161,65). Sum of RGB (Red+Green+Blue) = 174+161+65=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA141 is #515EBE. Grayscale: #9A9A9A. Windows color (decimal): -5332671 or 4301230. OLE color: 4301230.

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

Color convert

RGB 174 161 65 -
CMYK 0 0.07 0.63 0.32
HSL 52.84º 0.46% 0.47% -
HSV(B) 52.84º 0.63% 0.68% -
XYZ 31.15 34.87 10.09 -
YUV 153.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 174 161 65 0 0.07 0.63 0.32 52.84 0.46 0.47
Hex AE A1 41 0 7 3F 20 35 2E 2F
Octal 256 241 101 0 7 77 40 65 56 57
Binary 10101110 10100001 1000001 0 111 111111 100000 110101 101110 101111

Color Harmonies of #AEA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA141

Black with #AEA141

Text Example


Text Example

White with #AEA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA141; }

 p { color: rgb(174,161,65); }

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

background-color css

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

 a { background-color: rgb(174,161,65); }

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

border-color css

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

 span { border-color: rgb(174,161,65); }

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