#AD5136

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

Shades of Orange Roughy #AD5136

Tints of Orange Roughy #AD5136

Color information

#AD5136 (or 0xAD5136) is unknown color: approx Orange Roughy. HEX triplet: AD, 51 and 36. RGB value is (173,81,54). Sum of RGB (Red+Green+Blue) = 173+81+54=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5136 is #52AEC9. Grayscale: #696969. Windows color (decimal): -5418698 or 3559853. OLE color: 3559853.

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

Color convert

RGB1738154-
CMYK00.530.690.32
HSL13.61º52.42%44.51%-
HSV(B)13.61º68.79%67.84%-
XYZ20.8415.045.29-
YUV105.4398.98176.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=56.17%
G=26.30%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173815400.530.690.3213.6152.4244.51
HexAD51360354520e342d
Octal2551216606510540166455
Binary101011011010001110110011010110001011000001110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5136; }

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

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

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

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

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

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

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

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