#A0503E

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

Shades of Crail #A0503E

Tints of Crail #A0503E

Color information

#A0503E (or 0xA0503E) is unknown color: approx Crail. HEX triplet: A0, 50 and 3E. RGB value is (160,80,62). Sum of RGB (Red+Green+Blue) = 160+80+62=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0503E is #5FAFC1. Grayscale: #666666. Windows color (decimal): -6270914 or 4083872. OLE color: 4083872.

HSL color Cylindrical-coordinate representation of color #A0503E: hue angle of 11.02º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0503E is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1608062-
CMYK00.50.610.37
HSL11.02º44.14%43.53%-
HSV(B)11.02º61.25%62.75%-
XYZ18.2413.566.21-
YUV101.87105.5169.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.98%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 62 (24.61% from 255) = 20.53%
R=52.98%
G=26.49%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160806200.50.610.3711.0244.1443.53
HexA0503E0323D25b2c2c
Octal240120760627545135454
Binary10100000101000011111001100101111011001011011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0503E; }

 p { color: rgb(160,80,62); }

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

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

 a { background-color: rgb(160,80,62); }

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

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

 span { border-color: rgb(160,80,62); }

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