#A6AB34

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

Shades of Brass #A6AB34

Tints of Brass #A6AB34

Color information

#A6AB34 (or 0xA6AB34) is unknown color: approx Brass. HEX triplet: A6, AB and 34. RGB value is (166,171,52). Sum of RGB (Red+Green+Blue) = 166+171+52=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AB34 is #5954CB. Grayscale: #9C9C9C. Windows color (decimal): -5854412 or 3451814. OLE color: 3451814.

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

Color convert

RGB16617152-
CMYK0.0300.700.33
HSL62.52º53.36%43.73%-
HSV(B)62.52º69.59%67.06%-
XYZ30.9137.488.85-
YUV155.9469.34135.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 171 (67.19% from 255) = 43.96%
BLUE value IS 52 (20.70% from 255) = 13.37%
R=42.67%
G=43.96%
B=13.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166171520.0300.700.3362.5253.3643.73
HexA6AB343046213f352c
Octal246253643010641776554
Binary10100110101010111101001101000110100001111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB34; }

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

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

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

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

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

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

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

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