#A5543E

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

Shades of Orange Roughy #A5543E

Tints of Orange Roughy #A5543E

Color information

#A5543E (or 0xA5543E) is unknown color: approx Orange Roughy. HEX triplet: A5, 54 and 3E. RGB value is (165,84,62). Sum of RGB (Red+Green+Blue) = 165+84+62=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5543E is #5AABC1. Grayscale: #696969. Windows color (decimal): -5942210 or 4084901. OLE color: 4084901.

HSL color Cylindrical-coordinate representation of color #A5543E: hue angle of 12.82º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5543E is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1658462-
CMYK00.490.620.35
HSL12.82º45.37%44.51%-
HSV(B)12.82º62.42%64.71%-
XYZ19.5614.696.36-
YUV105.71103.34170.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=53.05%
G=27.01%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165846200.490.620.3512.8245.3744.51
HexA5543E0313E23d2d2d
Octal245124760617643155555
Binary10100101101010011111001100011111101000111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5543E; }

 p { color: rgb(165,84,62); }

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

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

 a { background-color: rgb(165,84,62); }

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

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

 span { border-color: rgb(165,84,62); }

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