#AD513D

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

Shades of Orange Roughy #AD513D

Tints of Orange Roughy #AD513D

Color information

#AD513D (or 0xAD513D) is unknown color: approx Orange Roughy. HEX triplet: AD, 51 and 3D. RGB value is (173,81,61). Sum of RGB (Red+Green+Blue) = 173+81+61=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD513D is #52AEC2. Grayscale: #6A6A6A. Windows color (decimal): -5418691 or 4018605. OLE color: 4018605.

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

Color convert

RGB1738161-
CMYK00.530.650.32
HSL10.71º47.86%45.88%-
HSV(B)10.71º64.74%67.84%-
XYZ21.0215.116.22-
YUV106.23102.48175.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.92%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=54.92%
G=25.71%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173816100.530.650.3210.7147.8645.88
HexAD513D0354120b302e
Octal2551217506510140136056
Binary101011011010001111101011010110000011000001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD513D; }

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

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

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

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

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

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

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

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