#AD4C3B

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

Shades of Orange Roughy #AD4C3B

Tints of Orange Roughy #AD4C3B

Color information

#AD4C3B (or 0xAD4C3B) is unknown color: approx Orange Roughy. HEX triplet: AD, 4C and 3B. RGB value is (173,76,59). Sum of RGB (Red+Green+Blue) = 173+76+59=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C3B is #52B3C4. Grayscale: #676767. Windows color (decimal): -5419973 or 3886253. OLE color: 3886253.

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

Color convert

RGB1737659-
CMYK00.560.660.32
HSL8.95º49.14%45.49%-
HSV(B)8.95º65.9%67.84%-
XYZ20.6114.375.83-
YUV103.06103.14177.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 76 (30.08% from 255) = 24.68%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=56.17%
G=24.68%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173765900.560.660.328.9549.1445.49
HexAD4C3B03842209312d
Octal2551147307010240116155
Binary101011011001100111011011100010000101000001001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4C3B; }

 p { color: rgb(173,76,59); }

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

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

 a { background-color: rgb(173,76,59); }

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

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

 span { border-color: rgb(173,76,59); }

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