#AAA24B

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

Shades of Brass #AAA24B

Tints of Brass #AAA24B

Color information

#AAA24B (or 0xAAA24B) is unknown color: approx Brass. HEX triplet: AA, A2 and 4B. RGB value is (170,162,75). Sum of RGB (Red+Green+Blue) = 170+162+75=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA24B is #555DB4. Grayscale: #9A9A9A. Windows color (decimal): -5594549 or 4956842. OLE color: 4956842.

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

Color convert

RGB17016275-
CMYK00.050.560.33
HSL54.95º38.78%48.04%-
HSV(B)54.95º55.88%66.67%-
XYZ30.7734.8911.77-
YUV154.4783.15139.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=41.77%
G=39.80%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701627500.050.560.3354.9538.7848.04
HexAAA24B053821372730
Octal252242113057041674760
Binary101010101010001010010110101111000100001110111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA24B; }

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

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

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

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

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

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

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

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