Html Css Color HEX #AEAC41 Brass

📋 copy color: '#AEAC41'

red 174 ◦ green 172 ◦ blue 65

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

Shades of Brass #AEAC41

Tints of Brass #AEAC41

RGB

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

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

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

R = 42.34%
G = 41.85%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AEAC41 (or 0xAEAC41) is known color: Brass. HEX triplet: AE, AC and 41. RGB value is (174,172,65). Sum of RGB (Red+Green+Blue) = 174+172+65=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC41 is #5153BE. Grayscale: #A0A0A0. Windows color (decimal): -5329855 or 4304046. OLE color: 4304046.

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

Color convert

RGB 174 172 65 -
CMYK 0 0.01 0.63 0.32
HSL 58.9º 0.46% 0.47% -
HSV(B) 58.9º 0.63% 0.68% -
XYZ 33.16 38.89 10.76 -
YUV 160.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 174 172 65 0 0.01 0.63 0.32 58.9 0.46 0.47
Hex AE AC 41 0 1 3F 20 3B 2E 2F
Octal 256 254 101 0 1 77 40 73 56 57
Binary 10101110 10101100 1000001 0 1 111111 100000 111011 101110 101111

Color Harmonies of #AEAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC41

Black with #AEAC41

Text Example


Text Example

White with #AEAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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