#AEA33C

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

Shades of Brass #AEA33C

Tints of Brass #AEA33C

Color information

#AEA33C (or 0xAEA33C) is unknown color: approx Brass. HEX triplet: AE, A3 and 3C. RGB value is (174,163,60). Sum of RGB (Red+Green+Blue) = 174+163+60=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA33C is #515CC3. Grayscale: #9A9A9A. Windows color (decimal): -5332164 or 3974062. OLE color: 3974062.

HSL color Cylindrical-coordinate representation of color #AEA33C: hue angle of 54.21º 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 #AEA33C is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17416360-
CMYK00.060.660.32
HSL54.21º48.72%45.88%-
HSV(B)54.21º65.52%68.24%-
XYZ31.3735.529.48-
YUV154.5574.64141.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 163 (64.06% from 255) = 41.06%
BLUE value IS 60 (23.83% from 255) = 15.11%
R=43.83%
G=41.06%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741636000.060.660.3254.2148.7245.88
HexAEA33C06422036312e
Octal256243740610240666156
Binary101011101010001111110001101000010100000110110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA33C; }

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

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

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

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

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

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

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

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