#A05137

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

Shades of Orange Roughy #A05137

Tints of Orange Roughy #A05137

Color information

#A05137 (or 0xA05137) is unknown color: approx Orange Roughy. HEX triplet: A0, 51 and 37. RGB value is (160,81,55). Sum of RGB (Red+Green+Blue) = 160+81+55=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A05137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05137 is #5FAEC8. Grayscale: #656565. Windows color (decimal): -6270665 or 3625376. OLE color: 3625376.

HSL color Cylindrical-coordinate representation of color #A05137: hue angle of 14.86º 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 #A05137 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1608155-
CMYK00.490.660.37
HSL14.86º48.84%42.16%-
HSV(B)14.86º65.62%62.75%-
XYZ18.1313.635.29-
YUV101.66101.67169.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.05%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 55 (21.88% from 255) = 18.58%
R=54.05%
G=27.36%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160815500.490.660.3714.8648.8442.16
HexA051370314225f312a
Octal2401216706110245176152
Binary101000001010001110111011000110000101001011111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05137; }

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

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

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

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

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

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

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

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