#A6B034

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

Shades of Brass #A6B034

Tints of Brass #A6B034

Color information

#A6B034 (or 0xA6B034) is unknown color: approx Brass. HEX triplet: A6, B0 and 34. RGB value is (166,176,52). Sum of RGB (Red+Green+Blue) = 166+176+52=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B034 is #594FCB. Grayscale: #9F9F9F. Windows color (decimal): -5853132 or 3453094. OLE color: 3453094.

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

Color convert

RGB16617652-
CMYK0.0600.700.31
HSL64.84º54.39%44.71%-
HSV(B)64.84º70.45%69.02%-
XYZ31.8739.419.18-
YUV158.8767.69133.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 176 (69.14% from 255) = 44.67%
BLUE value IS 52 (20.70% from 255) = 13.20%
R=42.13%
G=44.67%
B=13.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166176520.0600.700.3164.8454.3944.71
HexA6B03460461F41362d
Octal2462606460106371016655
Binary101001101011000011010011001000110111111000001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B034; }

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

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

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

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

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

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

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

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