#A0A338

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

Shades of Brass #A0A338

Tints of Brass #A0A338

Color information

#A0A338 (or 0xA0A338) is unknown color: approx Brass. HEX triplet: A0, A3 and 38. RGB value is (160,163,56). Sum of RGB (Red+Green+Blue) = 160+163+56=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A338 is #5F5CC7. Grayscale: #969696. Windows color (decimal): -6249672 or 3711904. OLE color: 3711904.

HSL color Cylindrical-coordinate representation of color #A0A338: hue angle of 61.68º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0A338 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16016356-
CMYK0.0200.660.36
HSL61.68º48.86%42.94%-
HSV(B)61.68º65.64%63.92%-
XYZ28.3133.958.8-
YUV149.975.01135.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 163 (64.06% from 255) = 43.01%
BLUE value IS 56 (22.27% from 255) = 14.78%
R=42.22%
G=43.01%
B=14.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160163560.0200.660.3661.6848.8642.94
HexA0A3382042243e312b
Octal240243702010244766153
Binary10100000101000111110001001000010100100111110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A338; }

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

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

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

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

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

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

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

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