#A2513B

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

Shades of Orange Roughy #A2513B

Tints of Orange Roughy #A2513B

Color information

#A2513B (or 0xA2513B) is unknown color: approx Orange Roughy. HEX triplet: A2, 51 and 3B. RGB value is (162,81,59). Sum of RGB (Red+Green+Blue) = 162+81+59=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2513B is #5DAEC4. Grayscale: #666666. Windows color (decimal): -6139589 or 3887522. OLE color: 3887522.

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

Color convert

RGB1628159-
CMYK00.500.640.36
HSL12.82º46.61%43.33%-
HSV(B)12.82º63.58%63.53%-
XYZ18.6313.885.84-
YUV102.71103.34170.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=53.64%
G=26.82%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162815900.500.640.3612.8246.6143.33
HexA2513B0324024d2f2b
Octal2421217306210044155753
Binary101000101010001111011011001010000001001001101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2513B; }

 p { color: rgb(162,81,59); }

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

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

 a { background-color: rgb(162,81,59); }

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

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

 span { border-color: rgb(162,81,59); }

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