#A6A73E

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

Shades of Brass #A6A73E

Tints of Brass #A6A73E

Color information

#A6A73E (or 0xA6A73E) is unknown color: approx Brass. HEX triplet: A6, A7 and 3E. RGB value is (166,167,62). Sum of RGB (Red+Green+Blue) = 166+167+62=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A73E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A73E is #5958C1. Grayscale: #9B9B9B. Windows color (decimal): -5855426 or 4106150. OLE color: 4106150.

HSL color Cylindrical-coordinate representation of color #A6A73E: hue angle of 60.57º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6A73E is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16616762-
CMYK0.0100.630.35
HSL60.57º45.85%44.9%-
HSV(B)60.57º62.87%65.49%-
XYZ30.4136.099.92-
YUV154.7375.67136.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=42.03%
G=42.28%
B=15.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166167620.0100.630.3560.5745.8544.9
HexA6A73E103F233d2e2d
Octal24624776107743755655
Binary101001101010011111111010111111100011111101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A73E; }

 p { color: rgb(166,167,62); }

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

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

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

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

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

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

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