#A15639

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

Shades of Orange Roughy #A15639

Tints of Orange Roughy #A15639

Color information

#A15639 (or 0xA15639) is unknown color: approx Orange Roughy. HEX triplet: A1, 56 and 39. RGB value is (161,86,57). Sum of RGB (Red+Green+Blue) = 161+86+57=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A15639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15639 is #5EA9C6. Grayscale: #696969. Windows color (decimal): -6203847 or 3757729. OLE color: 3757729.

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

Color convert

RGB1618657-
CMYK00.470.650.37
HSL16.73º47.71%42.75%-
HSV(B)16.73º64.6%63.14%-
XYZ18.7614.535.69-
YUV105.12100.85167.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=52.96%
G=28.29%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161865700.470.650.3716.7347.7142.75
HexA1563902F412511302b
Octal2411267105710145216053
Binary1010000110101101110010101111100000110010110001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15639; }

 p { color: rgb(161,86,57); }

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

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

 a { background-color: rgb(161,86,57); }

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

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

 span { border-color: rgb(161,86,57); }

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