#A8A237

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

Shades of Brass #A8A237

Tints of Brass #A8A237

Color information

#A8A237 (or 0xA8A237) is unknown color: approx Brass. HEX triplet: A8, A2 and 37. RGB value is (168,162,55). Sum of RGB (Red+Green+Blue) = 168+162+55=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A237 is #575DC8. Grayscale: #989898. Windows color (decimal): -5725641 or 3646120. OLE color: 3646120.

HSL color Cylindrical-coordinate representation of color #A8A237: hue angle of 56.81º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8A237 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB16816255-
CMYK00.040.670.34
HSL56.81º50.67%43.73%-
HSV(B)56.81º67.26%65.88%-
XYZ29.7634.448.69-
YUV151.673.49139.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 55 (21.88% from 255) = 14.29%
R=43.64%
G=42.08%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681625500.040.670.3456.8150.6743.73
HexA8A23704432239332c
Octal250242670410342716354
Binary101010001010001011011101001000011100010111001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A237; }

 p { color: rgb(168,162,55); }

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

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

 a { background-color: rgb(168,162,55); }

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

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

 span { border-color: rgb(168,162,55); }

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