#AAA438

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

Shades of Brass #AAA438

Tints of Brass #AAA438

Color information

#AAA438 (or 0xAAA438) is unknown color: approx Brass. HEX triplet: AA, A4 and 38. RGB value is (170,164,56). Sum of RGB (Red+Green+Blue) = 170+164+56=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA438 is #555BC7. Grayscale: #999999. Windows color (decimal): -5594056 or 3712170. OLE color: 3712170.

HSL color Cylindrical-coordinate representation of color #AAA438: hue angle of 56.84º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAA438 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17016456-
CMYK00.040.670.33
HSL56.84º50.44%44.31%-
HSV(B)56.84º67.06%66.67%-
XYZ30.5735.388.96-
YUV153.4872.99139.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 56 (22.27% from 255) = 14.36%
R=43.59%
G=42.05%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701645600.040.670.3356.8450.4444.31
HexAAA43804432139322c
Octal252244700410341716254
Binary101010101010010011100001001000011100001111001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA438; }

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

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

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

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

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

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

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

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