#A15135

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

Shades of Orange Roughy #A15135

Tints of Orange Roughy #A15135

Color information

#A15135 (or 0xA15135) is unknown color: approx Orange Roughy. HEX triplet: A1, 51 and 35. RGB value is (161,81,53). Sum of RGB (Red+Green+Blue) = 161+81+53=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A15135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15135 is #5EAECA. Grayscale: #656565. Windows color (decimal): -6205131 or 3494305. OLE color: 3494305.

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

Color convert

RGB1618153-
CMYK00.500.670.37
HSL15.56º50.47%41.96%-
HSV(B)15.56º67.08%63.14%-
XYZ18.2813.725.05-
YUV101.73100.5170.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=54.58%
G=27.46%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161815300.500.670.3715.5650.4741.96
HexA15135032432510322a
Octal2411216506210345206252
Binary1010000110100011101010110010100001110010110000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15135; }

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

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

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

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

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

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

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

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