#aea83c

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

Shades of Brass #AEA83C

Tints of Brass #AEA83C

Color information

#AEA83C (or 0xAEA83C) is unknown color: approx Brass. HEX triplet: AE, A8 and 3C. RGB value is (174,168,60). Sum of RGB (Red+Green+Blue) = 174+168+60=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA83C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA83C is #5157C3. Grayscale: #9D9D9D. Windows color (decimal): -5330884 or 3975342. OLE color: 3975342.

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

Color convert

RGB17416860-
CMYK00.030.660.32
HSL56.84º48.72%45.88%-
HSV(B)56.84º65.52%68.24%-
XYZ32.2737.339.78-
YUV157.4872.99139.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 168 (66.02% from 255) = 41.79%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=43.28%
G=41.79%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741686000.030.660.3256.8448.7245.88
HexAEA83C03422039312e
Octal256250740310240716156
Binary10101110101010001111000111000010100000111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aea83c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aea83c; }

 p { color: rgb(174,168,60); }

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

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

 a { background-color: rgb(174,168,60); }

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

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

 span { border-color: rgb(174,168,60); }

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