#AAAC38

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

Shades of Brass #AAAC38

Tints of Brass #AAAC38

Color information

#AAAC38 (or 0xAAAC38) is unknown color: approx Brass. HEX triplet: AA, AC and 38. RGB value is (170,172,56). Sum of RGB (Red+Green+Blue) = 170+172+56=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC38 is #5553C7. Grayscale: #9E9E9E. Windows color (decimal): -5592008 or 3714218. OLE color: 3714218.

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

Color convert

RGB17017256-
CMYK0.0100.670.33
HSL61.03º50.88%44.71%-
HSV(B)61.03º67.44%67.45%-
XYZ32.0438.349.45-
YUV158.1870.34136.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 56 (22.27% from 255) = 14.07%
R=42.71%
G=43.22%
B=14.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172560.0100.670.3361.0350.8844.71
HexAAAC381043213d332d
Octal252254701010341756355
Binary1010101010101100111000101000011100001111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC38; }

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

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

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

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

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

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

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

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