#a6a63c

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

Shades of Brass #A6A63C

Tints of Brass #A6A63C

Color information

#A6A63C (or 0xA6A63C) is unknown color: approx Brass. HEX triplet: A6, A6 and 3C. RGB value is (166,166,60). Sum of RGB (Red+Green+Blue) = 166+166+60=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A63C is #5959C3. Grayscale: #9A9A9A. Windows color (decimal): -5855684 or 3974822. OLE color: 3974822.

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

Color convert

RGB16616660-
CMYK000.640.35
HSL60º46.9%44.31%-
HSV(B)60º63.86%65.1%-
XYZ30.1835.719.58-
YUV153.9275136.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 60 (23.83% from 255) = 15.31%
R=42.35%
G=42.35%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616660000.640.356046.944.31
HexA6A63C0040233c2f2c
Octal246246740010043745754
Binary1010011010100110111100001000000100011111100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6a63c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6a63c; }

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

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

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

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

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

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

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

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