#AAA23B

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

Shades of Brass #AAA23B

Tints of Brass #AAA23B

Color information

#AAA23B (or 0xAAA23B) is unknown color: approx Brass. HEX triplet: AA, A2 and 3B. RGB value is (170,162,59). Sum of RGB (Red+Green+Blue) = 170+162+59=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA23B is #555DC4. Grayscale: #999999. Windows color (decimal): -5594565 or 3908266. OLE color: 3908266.

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

Color convert

RGB17016259-
CMYK00.050.650.33
HSL55.68º48.47%44.9%-
HSV(B)55.68º65.29%66.67%-
XYZ30.2934.79.24-
YUV152.6575.15140.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=43.48%
G=41.43%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701625900.050.650.3355.6848.4744.9
HexAAA23B05412138302d
Octal252242730510141706055
Binary101010101010001011101101011000001100001111000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA23B; }

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

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

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

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

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

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

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

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