#A6A633

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

Shades of Brass #A6A633

Tints of Brass #A6A633

Color information

#A6A633 (or 0xA6A633) is unknown color: approx Brass. HEX triplet: A6, A6 and 33. RGB value is (166,166,51). Sum of RGB (Red+Green+Blue) = 166+166+51=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A633 is #5959CC. Grayscale: #999999. Windows color (decimal): -5855693 or 3384998. OLE color: 3384998.

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

Color convert

RGB16616651-
CMYK000.690.35
HSL60º53%42.55%-
HSV(B)60º69.28%65.1%-
XYZ29.9635.628.43-
YUV152.8970.5137.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 51 (20.31% from 255) = 13.32%
R=43.34%
G=43.34%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616651000.690.35605342.55
HexA6A6330045233c352b
Octal246246630010543746553
Binary1010011010100110110011001000101100011111100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A633; }

 p { color: rgb(166,166,51); }

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

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

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

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

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

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

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