#A8593C

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

Shades of Orange Roughy #A8593C

Tints of Orange Roughy #A8593C

Color information

#A8593C (or 0xA8593C) is unknown color: approx Orange Roughy. HEX triplet: A8, 59 and 3C. RGB value is (168,89,60). Sum of RGB (Red+Green+Blue) = 168+89+60=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8593C is #57A6C3. Grayscale: #6D6D6D. Windows color (decimal): -5744324 or 3955112. OLE color: 3955112.

HSL color Cylindrical-coordinate representation of color #A8593C: hue angle of 16.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8593C is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1688960-
CMYK00.470.640.34
HSL16.11º47.37%44.71%-
HSV(B)16.11º64.29%65.88%-
XYZ20.5415.86.24-
YUV109.32100.17169.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 60 (23.83% from 255) = 18.93%
R=53.00%
G=28.08%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168896000.470.640.3416.1147.3744.71
HexA8593C02F4022102f2d
Octal2501317405710042205755
Binary1010100010110011111000101111100000010001010000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8593C; }

 p { color: rgb(168,89,60); }

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

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

 a { background-color: rgb(168,89,60); }

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

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

 span { border-color: rgb(168,89,60); }

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