#AD5738

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

Shades of Orange Roughy #AD5738

Tints of Orange Roughy #AD5738

Color information

#AD5738 (or 0xAD5738) is unknown color: approx Orange Roughy. HEX triplet: AD, 57 and 38. RGB value is (173,87,56). Sum of RGB (Red+Green+Blue) = 173+87+56=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5738 is #52A8C7. Grayscale: #6D6D6D. Windows color (decimal): -5417160 or 3692461. OLE color: 3692461.

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

Color convert

RGB1738756-
CMYK00.500.680.32
HSL15.9º51.09%44.9%-
HSV(B)15.9º67.63%67.84%-
XYZ21.3615.995.7-
YUV109.1897.99173.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.75%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=54.75%
G=27.53%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173875600.500.680.3215.951.0944.9
HexAD5738032442010332d
Octal2551277006210440206355
Binary1010110110101111110000110010100010010000010000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5738; }

 p { color: rgb(173,87,56); }

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

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

 a { background-color: rgb(173,87,56); }

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

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

 span { border-color: rgb(173,87,56); }

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