#a6af3a

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

Shades of Brass #A6AF3A

Tints of Brass #A6AF3A

Color information

#A6AF3A (or 0xA6AF3A) is unknown color: approx Brass. HEX triplet: A6, AF and 3A. RGB value is (166,175,58). Sum of RGB (Red+Green+Blue) = 166+175+58=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AF3A is #5950C5. Grayscale: #9F9F9F. Windows color (decimal): -5853382 or 3846054. OLE color: 3846054.

HSL color Cylindrical-coordinate representation of color #A6AF3A: hue angle of 64.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6AF3A is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB16617558-
CMYK0.0500.670.31
HSL64.62º50.21%45.69%-
HSV(B)64.62º66.86%68.63%-
XYZ31.8239.079.87-
YUV158.9771.02133.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 58 (23.05% from 255) = 14.54%
R=41.60%
G=43.86%
B=14.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166175580.0500.670.3164.6250.2145.69
HexA6AF3A50431F41322e
Octal2462577250103371016256
Binary101001101010111111101010101000011111111000001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6af3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6af3a; }

 p { color: rgb(166,175,58); }

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

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

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

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

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

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

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