#A3AF38

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

Shades of Brass #A3AF38

Tints of Brass #A3AF38

Color information

#A3AF38 (or 0xA3AF38) is unknown color: approx Brass. HEX triplet: A3, AF and 38. RGB value is (163,175,56). Sum of RGB (Red+Green+Blue) = 163+175+56=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AF38 is #5C50C7. Grayscale: #9E9E9E. Windows color (decimal): -6049992 or 3714979. OLE color: 3714979.

HSL color Cylindrical-coordinate representation of color #A3AF38: hue angle of 66.05º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3AF38 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB16317556-
CMYK0.0700.680.31
HSL66.05º51.52%45.29%-
HSV(B)66.05º68%68.63%-
XYZ31.1538.739.58-
YUV157.8570.52131.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 175 (68.75% from 255) = 44.42%
BLUE value IS 56 (22.27% from 255) = 14.21%
R=41.37%
G=44.42%
B=14.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163175560.0700.680.3166.0551.5245.29
HexA3AF3870441F42342d
Octal2432577070104371026455
Binary101000111010111111100011101000100111111000010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF38; }

 p { color: rgb(163,175,56); }

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

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

 a { background-color: rgb(163,175,56); }

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

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

 span { border-color: rgb(163,175,56); }

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