#AD513B

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

Shades of Orange Roughy #AD513B

Tints of Orange Roughy #AD513B

Color information

#AD513B (or 0xAD513B) is unknown color: approx Orange Roughy. HEX triplet: AD, 51 and 3B. RGB value is (173,81,59). Sum of RGB (Red+Green+Blue) = 173+81+59=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD513B is #52AEC4. Grayscale: #6A6A6A. Windows color (decimal): -5418693 or 3887533. OLE color: 3887533.

HSL color Cylindrical-coordinate representation of color #AD513B: hue angle of 11.58º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD513B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1738159-
CMYK00.530.660.32
HSL11.58º49.14%45.49%-
HSV(B)11.58º65.9%67.84%-
XYZ20.9715.085.94-
YUV106101.48175.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=55.27%
G=25.88%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173815900.530.660.3211.5849.1445.49
HexAD513B0354220c312d
Octal2551217306510240146155
Binary101011011010001111011011010110000101000001100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD513B; }

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

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

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

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

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

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

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

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