#A5553D

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

Shades of Orange Roughy #A5553D

Tints of Orange Roughy #A5553D

Color information

#A5553D (or 0xA5553D) is unknown color: approx Orange Roughy. HEX triplet: A5, 55 and 3D. RGB value is (165,85,61). Sum of RGB (Red+Green+Blue) = 165+85+61=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5553D is #5AAAC2. Grayscale: #6A6A6A. Windows color (decimal): -5941955 or 4019621. OLE color: 4019621.

HSL color Cylindrical-coordinate representation of color #A5553D: hue angle of 13.85º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5553D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1658561-
CMYK00.480.630.35
HSL13.85º46.02%44.31%-
HSV(B)13.85º63.03%64.71%-
XYZ19.6114.836.24-
YUV106.18102.5169.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=53.05%
G=27.33%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165856100.480.630.3513.8546.0244.31
HexA5553D0303F23e2e2c
Octal245125750607743165654
Binary10100101101010111110101100001111111000111110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5553D; }

 p { color: rgb(165,85,61); }

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

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

 a { background-color: rgb(165,85,61); }

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

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

 span { border-color: rgb(165,85,61); }

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