#A55134

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

Shades of Orange Roughy #A55134

Tints of Orange Roughy #A55134

Color information

#A55134 (or 0xA55134) is unknown color: approx Orange Roughy. HEX triplet: A5, 51 and 34. RGB value is (165,81,52). Sum of RGB (Red+Green+Blue) = 165+81+52=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A55134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55134 is #5AAECB. Grayscale: #676767. Windows color (decimal): -5942988 or 3428773. OLE color: 3428773.

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

Color convert

RGB1658152-
CMYK00.510.680.35
HSL15.4º52.07%42.55%-
HSV(B)15.4º68.48%64.71%-
XYZ19.0814.134.97-
YUV102.8199.33172.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=55.37%
G=27.18%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165815200.510.680.3515.452.0742.55
HexA551340334423f342b
Octal2451216406310443176453
Binary101001011010001110100011001110001001000111111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55134; }

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

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

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

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

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

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

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

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