#AD513C

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

Shades of Orange Roughy #AD513C

Tints of Orange Roughy #AD513C

Color information

#AD513C (or 0xAD513C) is unknown color: approx Orange Roughy. HEX triplet: AD, 51 and 3C. RGB value is (173,81,60). Sum of RGB (Red+Green+Blue) = 173+81+60=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD513C is #52AEC3. Grayscale: #6A6A6A. Windows color (decimal): -5418692 or 3953069. OLE color: 3953069.

HSL color Cylindrical-coordinate representation of color #AD513C: hue angle of 11.15º 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 #AD513C is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1738160-
CMYK00.530.650.32
HSL11.15º48.5%45.69%-
HSV(B)11.15º65.32%67.84%-
XYZ20.9915.16.08-
YUV106.11101.98175.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.10%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=55.10%
G=25.80%
B=19.11%

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
Decimal173816000.530.650.3211.1548.545.69
HexAD513C0354120b302e
Octal2551217406510140136056
Binary101011011010001111100011010110000011000001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD513C; }

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

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

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

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

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

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

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

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