#AAAE38

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

Shades of Brass #AAAE38

Tints of Brass #AAAE38

Color information

#AAAE38 (or 0xAAAE38) is unknown color: approx Brass. HEX triplet: AA, AE and 38. RGB value is (170,174,56). Sum of RGB (Red+Green+Blue) = 170+174+56=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE38 is #5551C7. Grayscale: #9F9F9F. Windows color (decimal): -5591496 or 3714730. OLE color: 3714730.

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

Color convert

RGB17017456-
CMYK0.0200.680.32
HSL62.03º51.3%45.1%-
HSV(B)62.03º67.82%68.24%-
XYZ32.4339.19.58-
YUV159.3569.67135.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 174 (68.36% from 255) = 43.5%
BLUE value IS 56 (22.27% from 255) = 14%
R=42.5%
G=43.5%
B=14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174560.0200.680.3262.0351.345.1
HexAAAE382044203e332d
Octal252256702010440766355
Binary10101010101011101110001001000100100000111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE38; }

 p { color: rgb(170,174,56); }

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

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

 a { background-color: rgb(170,174,56); }

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

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

 span { border-color: rgb(170,174,56); }

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