#A1513A

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

Shades of Orange Roughy #A1513A

Tints of Orange Roughy #A1513A

Color information

#A1513A (or 0xA1513A) is unknown color: approx Orange Roughy. HEX triplet: A1, 51 and 3A. RGB value is (161,81,58). Sum of RGB (Red+Green+Blue) = 161+81+58=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A1513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1513A is #5EAEC5. Grayscale: #666666. Windows color (decimal): -6205126 or 3821985. OLE color: 3821985.

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

Color convert

RGB1618158-
CMYK00.500.640.37
HSL13.4º47.03%42.94%-
HSV(B)13.4º63.98%63.14%-
XYZ18.413.775.69-
YUV102.3103169.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.67%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 58 (23.05% from 255) = 19.33%
R=53.67%
G=27%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161815800.500.640.3713.447.0342.94
HexA1513A0324025d2f2b
Octal2411217206210045155753
Binary101000011010001111010011001010000001001011101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1513A; }

 p { color: rgb(161,81,58); }

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

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

 a { background-color: rgb(161,81,58); }

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

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

 span { border-color: rgb(161,81,58); }

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