#a55137

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

Shades of Orange Roughy #A55137

Tints of Orange Roughy #A55137

Color information

#A55137 (or 0xA55137) is unknown color: approx Orange Roughy. HEX triplet: A5, 51 and 37. RGB value is (165,81,55). Sum of RGB (Red+Green+Blue) = 165+81+55=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55137 is #5AAEC8. Grayscale: #676767. Windows color (decimal): -5942985 or 3625381. OLE color: 3625381.

HSL color Cylindrical-coordinate representation of color #A55137: hue angle of 14.18º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A55137 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1658155-
CMYK00.510.670.35
HSL14.18º50%43.14%-
HSV(B)14.18º66.67%64.71%-
XYZ19.1514.165.34-
YUV103.15100.83172.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 55 (21.88% from 255) = 18.27%
R=54.82%
G=26.91%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165815500.510.670.3514.185043.14
HexA551370334323e322b
Octal2451216706310343166253
Binary101001011010001110111011001110000111000111110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55137; }

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

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

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

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

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

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

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

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