#A0A938

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

Shades of Brass #A0A938

Tints of Brass #A0A938

Color information

#A0A938 (or 0xA0A938) is unknown color: approx Brass. HEX triplet: A0, A9 and 38. RGB value is (160,169,56). Sum of RGB (Red+Green+Blue) = 160+169+56=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A938 is #5F56C7. Grayscale: #999999. Windows color (decimal): -6248136 or 3713440. OLE color: 3713440.

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

Color convert

RGB16016956-
CMYK0.0500.670.34
HSL64.78º50.22%44.12%-
HSV(B)64.78º66.86%66.27%-
XYZ29.436.149.17-
YUV153.4373.02132.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 169 (66.41% from 255) = 43.90%
BLUE value IS 56 (22.27% from 255) = 14.55%
R=41.56%
G=43.90%
B=14.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160169560.0500.670.3464.7850.2244.12
HexA0A93850432241322c
Octal2402517050103421016254
Binary1010000010101001111000101010000111000101000001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A938; }

 p { color: rgb(160,169,56); }

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

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

 a { background-color: rgb(160,169,56); }

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

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

 span { border-color: rgb(160,169,56); }

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