#AD553B

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

Shades of Orange Roughy #AD553B

Tints of Orange Roughy #AD553B

Color information

#AD553B (or 0xAD553B) is unknown color: approx Orange Roughy. HEX triplet: AD, 55 and 3B. RGB value is (173,85,59). Sum of RGB (Red+Green+Blue) = 173+85+59=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD553B is #52AAC4. Grayscale: #6C6C6C. Windows color (decimal): -5417669 or 3888557. OLE color: 3888557.

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

Color convert

RGB1738559-
CMYK00.510.660.32
HSL13.68º49.14%45.49%-
HSV(B)13.68º65.9%67.84%-
XYZ21.2715.76.05-
YUV108.35100.15174.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.57%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=54.57%
G=26.81%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173855900.510.660.3213.6849.1445.49
HexAD553B0334220e312d
Octal2551257306310240166155
Binary101011011010101111011011001110000101000001110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD553B; }

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

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

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

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

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

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

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

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