#A05037

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

Shades of Orange Roughy #A05037

Tints of Orange Roughy #A05037

Color information

#A05037 (or 0xA05037) is unknown color: approx Orange Roughy. HEX triplet: A0, 50 and 37. RGB value is (160,80,55). Sum of RGB (Red+Green+Blue) = 160+80+55=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A05037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05037 is #5FAFC8. Grayscale: #656565. Windows color (decimal): -6270921 or 3625120. OLE color: 3625120.

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

Color convert

RGB1608055-
CMYK00.50.660.37
HSL14.29º48.84%42.16%-
HSV(B)14.29º65.62%62.75%-
XYZ18.0613.495.27-
YUV101.07102170.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=54.24%
G=27.12%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160805500.50.660.3714.2948.8442.16
HexA050370324225e312a
Octal2401206706210245166152
Binary101000001010000110111011001010000101001011110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05037; }

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

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

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

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

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

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

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

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