#A0513C

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

Shades of Orange Roughy #A0513C

Tints of Orange Roughy #A0513C

Color information

#A0513C (or 0xA0513C) is unknown color: approx Orange Roughy. HEX triplet: A0, 51 and 3C. RGB value is (160,81,60). Sum of RGB (Red+Green+Blue) = 160+81+60=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0513C is #5FAEC3. Grayscale: #666666. Windows color (decimal): -6270660 or 3953056. OLE color: 3953056.

HSL color Cylindrical-coordinate representation of color #A0513C: hue angle of 12.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0513C is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1608160-
CMYK00.490.620.37
HSL12.6º45.45%43.14%-
HSV(B)12.6º62.5%62.75%-
XYZ18.2613.685.95-
YUV102.23104.17169.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 60 (23.83% from 255) = 19.93%
R=53.16%
G=26.91%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160816000.490.620.3712.645.4543.14
HexA0513C0313E25d2d2b
Octal240121740617645155553
Binary10100000101000111110001100011111101001011101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0513C; }

 p { color: rgb(160,81,60); }

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

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

 a { background-color: rgb(160,81,60); }

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

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

 span { border-color: rgb(160,81,60); }

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