#AEA633

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

Shades of Brass #AEA633

Tints of Brass #AEA633

Color information

#AEA633 (or 0xAEA633) is unknown color: approx Brass. HEX triplet: AE, A6 and 33. RGB value is (174,166,51). Sum of RGB (Red+Green+Blue) = 174+166+51=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA633 is #5159CC. Grayscale: #9B9B9B. Windows color (decimal): -5331405 or 3385006. OLE color: 3385006.

HSL color Cylindrical-coordinate representation of color #AEA633: hue angle of 56.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AEA633 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17416651-
CMYK00.050.710.32
HSL56.1º54.67%44.12%-
HSV(B)56.1º70.69%68.24%-
XYZ31.6936.518.51-
YUV155.2869.15141.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 51 (20.31% from 255) = 13.04%
R=44.50%
G=42.46%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741665100.050.710.3256.154.6744.12
HexAEA63305472038372c
Octal256246630510740706754
Binary101011101010011011001101011000111100000111000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA633; }

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

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

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

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

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

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

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

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