#AAAB38

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

Shades of Brass #AAAB38

Tints of Brass #AAAB38

Color information

#AAAB38 (or 0xAAAB38) is unknown color: approx Brass. HEX triplet: AA, AB and 38. RGB value is (170,171,56). Sum of RGB (Red+Green+Blue) = 170+171+56=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB38 is #5554C7. Grayscale: #9E9E9E. Windows color (decimal): -5592264 or 3713962. OLE color: 3713962.

HSL color Cylindrical-coordinate representation of color #AAAB38: hue angle of 60.52º 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 #AAAB38 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17017156-
CMYK0.0100.670.33
HSL60.52º50.66%44.51%-
HSV(B)60.52º67.25%67.06%-
XYZ31.8537.969.39-
YUV157.5970.67136.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=42.82%
G=43.07%
B=14.11%

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
Decimal170171560.0100.670.3360.5250.6644.51
HexAAAB381043213d332d
Octal252253701010341756355
Binary1010101010101011111000101000011100001111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB38; }

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

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

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

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

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

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

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

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