#AEAD3F

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

Shades of Brass #AEAD3F

Tints of Brass #AEAD3F

Color information

#AEAD3F (or 0xAEAD3F) is unknown color: approx Brass. HEX triplet: AE, AD and 3F. RGB value is (174,173,63). Sum of RGB (Red+Green+Blue) = 174+173+63=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD3F is #5152C0. Grayscale: #A1A1A1. Windows color (decimal): -5329601 or 4173230. OLE color: 4173230.

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

Color convert

RGB17417363-
CMYK00.010.640.32
HSL59.46º46.84%46.47%-
HSV(B)59.46º63.79%68.24%-
XYZ33.339.2410.52-
YUV160.7672.83137.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 63 (25% from 255) = 15.37%
R=42.44%
G=42.20%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741736300.010.640.3259.4646.8446.47
HexAEAD3F0140203b2f2e
Octal256255770110040735756
Binary1010111010101101111111011000000100000111011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD3F; }

 p { color: rgb(174,173,63); }

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

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

 a { background-color: rgb(174,173,63); }

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

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

 span { border-color: rgb(174,173,63); }

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