#AAA235

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

Shades of Brass #AAA235

Tints of Brass #AAA235

Color information

#AAA235 (or 0xAAA235) is unknown color: approx Brass. HEX triplet: AA, A2 and 35. RGB value is (170,162,53). Sum of RGB (Red+Green+Blue) = 170+162+53=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA235 is #555DCA. Grayscale: #989898. Windows color (decimal): -5594571 or 3515050. OLE color: 3515050.

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

Color convert

RGB17016253-
CMYK00.050.690.33
HSL55.9º52.47%43.73%-
HSV(B)55.9º68.82%66.67%-
XYZ30.1434.648.47-
YUV151.9772.15140.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 53 (21.09% from 255) = 13.77%
R=44.16%
G=42.08%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701625300.050.690.3355.952.4743.73
HexAAA23505452138342c
Octal252242650510541706454
Binary101010101010001011010101011000101100001111000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA235; }

 p { color: rgb(170,162,53); }

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

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

 a { background-color: rgb(170,162,53); }

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

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

 span { border-color: rgb(170,162,53); }

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