#A9593D

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

Shades of Orange Roughy #A9593D

Tints of Orange Roughy #A9593D

Color information

#A9593D (or 0xA9593D) is unknown color: approx Orange Roughy. HEX triplet: A9, 59 and 3D. RGB value is (169,89,61). Sum of RGB (Red+Green+Blue) = 169+89+61=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A9593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9593D is #56A6C2. Grayscale: #6D6D6D. Windows color (decimal): -5678787 or 4020649. OLE color: 4020649.

HSL color Cylindrical-coordinate representation of color #A9593D: hue angle of 15.56º 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 #A9593D is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1698961-
CMYK00.470.640.34
HSL15.56º46.96%45.1%-
HSV(B)15.56º63.91%66.27%-
XYZ20.7815.926.39-
YUV109.73100.5170.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.98%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=52.98%
G=27.90%
B=19.12%

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
Decimal169896100.470.640.3415.5646.9645.1
HexA9593D02F4022102f2d
Octal2511317505710042205755
Binary1010100110110011111010101111100000010001010000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9593D; }

 p { color: rgb(169,89,61); }

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

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

 a { background-color: rgb(169,89,61); }

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

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

 span { border-color: rgb(169,89,61); }

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