#A04C37

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

Shades of Orange Roughy #A04C37

Tints of Orange Roughy #A04C37

Color information

#A04C37 (or 0xA04C37) is unknown color: approx Orange Roughy. HEX triplet: A0, 4C and 37. RGB value is (160,76,55). Sum of RGB (Red+Green+Blue) = 160+76+55=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C37 is #5FB3C8. Grayscale: #626262. Windows color (decimal): -6271945 or 3624096. OLE color: 3624096.

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

Color convert

RGB1607655-
CMYK00.520.660.37
HSL12º48.84%42.16%-
HSV(B)12º65.62%62.75%-
XYZ17.7712.925.17-
YUV98.72103.33171.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 76 (30.08% from 255) = 26.12%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=54.98%
G=26.12%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160765500.520.660.371248.8442.16
HexA04C370344225c312a
Octal2401146706410245146152
Binary101000001001100110111011010010000101001011100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C37; }

 p { color: rgb(160,76,55); }

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

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

 a { background-color: rgb(160,76,55); }

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

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

 span { border-color: rgb(160,76,55); }

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