#A7B138

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

Shades of Brass #A7B138

Tints of Brass #A7B138

Color information

#A7B138 (or 0xA7B138) is unknown color: approx Brass. HEX triplet: A7, B1 and 38. RGB value is (167,177,56). Sum of RGB (Red+Green+Blue) = 167+177+56=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B138 is #584EC7. Grayscale: #A0A0A0. Windows color (decimal): -5787336 or 3715495. OLE color: 3715495.

HSL color Cylindrical-coordinate representation of color #A7B138: hue angle of 64.96º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7B138 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB16717756-
CMYK0.0600.680.31
HSL64.96º51.93%45.69%-
HSV(B)64.96º68.36%69.41%-
XYZ32.3739.959.75-
YUV160.2269.19132.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.75%
GREEN value IS 177 (69.53% from 255) = 44.25%
BLUE value IS 56 (22.27% from 255) = 14%
R=41.75%
G=44.25%
B=14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167177560.0600.680.3164.9651.9345.69
HexA7B13860441F41342e
Octal2472617060104371016456
Binary101001111011000111100011001000100111111000001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B138; }

 p { color: rgb(167,177,56); }

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

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

 a { background-color: rgb(167,177,56); }

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

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

 span { border-color: rgb(167,177,56); }

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