#A15539

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

Shades of Orange Roughy #A15539

Tints of Orange Roughy #A15539

Color information

#A15539 (or 0xA15539) is unknown color: approx Orange Roughy. HEX triplet: A1, 55 and 39. RGB value is (161,85,57). Sum of RGB (Red+Green+Blue) = 161+85+57=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A15539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15539 is #5EAAC6. Grayscale: #686868. Windows color (decimal): -6204103 or 3757473. OLE color: 3757473.

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

Color convert

RGB1618557-
CMYK00.470.650.37
HSL16.15º47.71%42.75%-
HSV(B)16.15º64.6%63.14%-
XYZ18.6814.375.66-
YUV104.53101.18168.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=53.14%
G=28.05%
B=18.81%

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
Decimal161855700.470.650.3716.1547.7142.75
HexA1553902F412510302b
Octal2411257105710145206053
Binary1010000110101011110010101111100000110010110000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15539; }

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

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

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

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

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

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

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

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