#AEA635

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

Shades of Brass #AEA635

Tints of Brass #AEA635

Color information

#AEA635 (or 0xAEA635) is unknown color: approx Brass. HEX triplet: AE, A6 and 35. RGB value is (174,166,53). Sum of RGB (Red+Green+Blue) = 174+166+53=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA635 is #5159CA. Grayscale: #9B9B9B. Windows color (decimal): -5331403 or 3516078. OLE color: 3516078.

HSL color Cylindrical-coordinate representation of color #AEA635: hue angle of 56.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEA635 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB17416653-
CMYK00.050.700.32
HSL56.03º53.3%44.51%-
HSV(B)56.03º69.54%68.24%-
XYZ31.7336.538.75-
YUV155.5170.15141.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 53 (21.09% from 255) = 13.49%
R=44.27%
G=42.24%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741665300.050.700.3256.0353.344.51
HexAEA63505462038352d
Octal256246650510640706555
Binary101011101010011011010101011000110100000111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA635; }

 p { color: rgb(174,166,53); }

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

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

 a { background-color: rgb(174,166,53); }

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

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

 span { border-color: rgb(174,166,53); }

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