#AAB237

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

Shades of Brass #AAB237

Tints of Brass #AAB237

Color information

#AAB237 (or 0xAAB237) is unknown color: approx Brass. HEX triplet: AA, B2 and 37. RGB value is (170,178,55). Sum of RGB (Red+Green+Blue) = 170+178+55=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB237 is #554DC8. Grayscale: #A2A2A2. Windows color (decimal): -5590473 or 3650218. OLE color: 3650218.

HSL color Cylindrical-coordinate representation of color #AAB237: hue angle of 63.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAB237 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17017855-
CMYK0.0400.690.30
HSL63.9º52.79%45.69%-
HSV(B)63.9º69.1%69.8%-
XYZ33.1940.669.71-
YUV161.5967.85134-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 178 (69.92% from 255) = 44.17%
BLUE value IS 55 (21.88% from 255) = 13.65%
R=42.18%
G=44.17%
B=13.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170178550.0400.690.3063.952.7945.69
HexAAB23740451E40352e
Octal2522626740105361006556
Binary101010101011001011011110001000101111101000000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB237; }

 p { color: rgb(170,178,55); }

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

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

 a { background-color: rgb(170,178,55); }

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

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

 span { border-color: rgb(170,178,55); }

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