#A6B136

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

Shades of Brass #A6B136

Tints of Brass #A6B136

Color information

#A6B136 (or 0xA6B136) is unknown color: approx Brass. HEX triplet: A6, B1 and 36. RGB value is (166,177,54). Sum of RGB (Red+Green+Blue) = 166+177+54=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B136 is #594EC9. Grayscale: #A0A0A0. Windows color (decimal): -5852874 or 3584422. OLE color: 3584422.

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

Color convert

RGB16617754-
CMYK0.0600.690.31
HSL65.37º53.25%45.29%-
HSV(B)65.37º69.49%69.41%-
XYZ32.1139.829.48-
YUV159.6968.36132.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 54 (21.48% from 255) = 13.60%
R=41.81%
G=44.58%
B=13.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166177540.0600.690.3165.3753.2545.29
HexA6B13660451F41352d
Octal2462616660105371016555
Binary101001101011000111011011001000101111111000001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B136; }

 p { color: rgb(166,177,54); }

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

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

 a { background-color: rgb(166,177,54); }

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

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

 span { border-color: rgb(166,177,54); }

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