#A6AB37

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

Shades of Brass #A6AB37

Tints of Brass #A6AB37

Color information

#A6AB37 (or 0xA6AB37) is unknown color: approx Brass. HEX triplet: A6, AB and 37. RGB value is (166,171,55). Sum of RGB (Red+Green+Blue) = 166+171+55=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AB37 is #5954C8. Grayscale: #9C9C9C. Windows color (decimal): -5854409 or 3648422. OLE color: 3648422.

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

Color convert

RGB16617155-
CMYK0.0300.680.33
HSL62.59º51.33%44.31%-
HSV(B)62.59º67.84%67.06%-
XYZ30.9837.519.22-
YUV156.2870.84134.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 55 (21.88% from 255) = 14.03%
R=42.35%
G=43.62%
B=14.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166171550.0300.680.3362.5951.3344.31
HexA6AB373044213f332c
Octal246253673010441776354
Binary10100110101010111101111101000100100001111111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB37; }

 p { color: rgb(166,171,55); }

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

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

 a { background-color: rgb(166,171,55); }

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

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

 span { border-color: rgb(166,171,55); }

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