#A8A333

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

Shades of Brass #A8A333

Tints of Brass #A8A333

Color information

#A8A333 (or 0xA8A333) is unknown color: approx Brass. HEX triplet: A8, A3 and 33. RGB value is (168,163,51). Sum of RGB (Red+Green+Blue) = 168+163+51=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A333 is #575CCC. Grayscale: #989898. Windows color (decimal): -5725389 or 3384232. OLE color: 3384232.

HSL color Cylindrical-coordinate representation of color #A8A333: hue angle of 57.44º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8A333 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16816351-
CMYK00.030.700.34
HSL57.44º53.42%42.94%-
HSV(B)57.44º69.64%65.88%-
XYZ29.8434.768.27-
YUV151.7371.16139.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 51 (20.31% from 255) = 13.35%
R=43.98%
G=42.67%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681635100.030.700.3457.4453.4242.94
HexA8A33303462239352b
Octal250243630310642716553
Binary10101000101000111100110111000110100010111001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A333; }

 p { color: rgb(168,163,51); }

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

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

 a { background-color: rgb(168,163,51); }

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

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

 span { border-color: rgb(168,163,51); }

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