#AAA34B

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

Shades of Brass #AAA34B

Tints of Brass #AAA34B

Color information

#AAA34B (or 0xAAA34B) is unknown color: approx Brass. HEX triplet: AA, A3 and 4B. RGB value is (170,163,75). Sum of RGB (Red+Green+Blue) = 170+163+75=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA34B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA34B is #555CB4. Grayscale: #9B9B9B. Windows color (decimal): -5594293 or 4957098. OLE color: 4957098.

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

Color convert

RGB17016375-
CMYK00.040.560.33
HSL55.58º38.78%48.04%-
HSV(B)55.58º55.88%66.67%-
XYZ30.9435.2511.83-
YUV155.0682.82138.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 163 (64.06% from 255) = 39.95%
BLUE value IS 75 (29.69% from 255) = 18.38%
R=41.67%
G=39.95%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701637500.040.560.3355.5838.7848.04
HexAAA34B043821382730
Octal252243113047041704760
Binary101010101010001110010110100111000100001111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA34B; }

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

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

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

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

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

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

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

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