#ad4f38

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

Shades of Orange Roughy #AD4F38

Tints of Orange Roughy #AD4F38

Color information

#AD4F38 (or 0xAD4F38) is unknown color: approx Orange Roughy. HEX triplet: AD, 4F and 38. RGB value is (173,79,56). Sum of RGB (Red+Green+Blue) = 173+79+56=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F38 is #52B0C7. Grayscale: #686868. Windows color (decimal): -5419208 or 3690413. OLE color: 3690413.

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

Color convert

RGB1737956-
CMYK00.540.680.32
HSL11.79º51.09%44.9%-
HSV(B)11.79º67.63%67.84%-
XYZ20.7414.765.5-
YUV104.48100.64176.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=56.17%
G=25.65%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173795600.540.680.3211.7951.0944.9
HexAD4F380364420c332d
Octal2551177006610440146355
Binary101011011001111111000011011010001001000001100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad4f38; }

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

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

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

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

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

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

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

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