#AEAC4B

Color #AEAC4B Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #AEAC4B

Tints of Brass #AEAC4B

Color information

#AEAC4B (or 0xAEAC4B) is unknown color: approx Brass. HEX triplet: AE, AC and 4B. RGB value is (174,172,75). Sum of RGB (Red+Green+Blue) = 174+172+75=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC4B is #5153B4. Grayscale: #A1A1A1. Windows color (decimal): -5329845 or 4959406. OLE color: 4959406.

HSL color Cylindrical-coordinate representation of color #AEAC4B: hue angle of 58.79º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEAC4B is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17417275-
CMYK00.010.570.32
HSL58.79º39.76%48.82%-
HSV(B)58.79º56.9%68.24%-
XYZ33.4839.0112.42-
YUV161.5479.16136.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 172 (67.58% from 255) = 40.86%
BLUE value IS 75 (29.69% from 255) = 17.81%
R=41.33%
G=40.86%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741727500.010.570.3258.7939.7648.82
HexAEAC4B0139203b2831
Octal256254113017140735061
Binary1010111010101100100101101111001100000111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC4B; }

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

 H1.HeaderClassName
 {
   color: #AEAC4B;
 }
 .AnyTagClassName
 {
   color: #AEAC4B;
 }
</style>
background-color css

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

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

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

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

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

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