#A0A238

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

Shades of Brass #A0A238

Tints of Brass #A0A238

Color information

#A0A238 (or 0xA0A238) is unknown color: approx Brass. HEX triplet: A0, A2 and 38. RGB value is (160,162,56). Sum of RGB (Red+Green+Blue) = 160+162+56=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A238 is #5F5DC7. Grayscale: #959595. Windows color (decimal): -6249928 or 3711648. OLE color: 3711648.

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

Color convert

RGB16016256-
CMYK0.0100.650.36
HSL61.13º48.62%42.75%-
HSV(B)61.13º65.43%63.53%-
XYZ28.1333.68.74-
YUV149.3275.34135.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 56 (22.27% from 255) = 14.81%
R=42.33%
G=42.86%
B=14.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162560.0100.650.3661.1348.6242.75
HexA0A2381041243d312b
Octal240242701010144756153
Binary1010000010100010111000101000001100100111101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A238; }

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

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

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

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

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

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

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

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