#A55036

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

Shades of Orange Roughy #A55036

Tints of Orange Roughy #A55036

Color information

#A55036 (or 0xA55036) is unknown color: approx Orange Roughy. HEX triplet: A5, 50 and 36. RGB value is (165,80,54). Sum of RGB (Red+Green+Blue) = 165+80+54=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A55036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55036 is #5AAFC9. Grayscale: #666666. Windows color (decimal): -5943242 or 3559589. OLE color: 3559589.

HSL color Cylindrical-coordinate representation of color #A55036: hue angle of 14.05º degrees, saturation: 0.51, 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 #A55036 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1658054-
CMYK00.520.670.35
HSL14.05º50.68%42.94%-
HSV(B)14.05º67.27%64.71%-
XYZ19.05145.19-
YUV102.45100.66172.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=55.18%
G=26.76%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165805400.520.670.3514.0550.6842.94
HexA550360344323e332b
Octal2451206606410343166353
Binary101001011010000110110011010010000111000111110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55036; }

 p { color: rgb(165,80,54); }

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

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

 a { background-color: rgb(165,80,54); }

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

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

 span { border-color: rgb(165,80,54); }

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