#A8A33F

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

Shades of Brass #A8A33F

Tints of Brass #A8A33F

Color information

#A8A33F (or 0xA8A33F) is unknown color: approx Brass. HEX triplet: A8, A3 and 3F. RGB value is (168,163,63). Sum of RGB (Red+Green+Blue) = 168+163+63=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A33F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A33F is #575CC0. Grayscale: #999999. Windows color (decimal): -5725377 or 4170664. OLE color: 4170664.

HSL color Cylindrical-coordinate representation of color #A8A33F: hue angle of 57.14º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8A33F is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB16816363-
CMYK00.030.630.34
HSL57.14º45.45%45.29%-
HSV(B)57.14º62.5%65.88%-
XYZ30.1434.889.85-
YUV153.177.16138.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 163 (64.06% from 255) = 41.37%
BLUE value IS 63 (25% from 255) = 15.99%
R=42.64%
G=41.37%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681636300.030.630.3457.1445.4545.29
HexA8A33F033F22392d2d
Octal25024377037742715555
Binary1010100010100011111111011111111100010111001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A33F; }

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

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

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

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

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

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

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

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