#AD5535

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

Shades of Orange Roughy #AD5535

Tints of Orange Roughy #AD5535

Color information

#AD5535 (or 0xAD5535) is unknown color: approx Orange Roughy. HEX triplet: AD, 55 and 35. RGB value is (173,85,53). Sum of RGB (Red+Green+Blue) = 173+85+53=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5535 is #52AACA. Grayscale: #6B6B6B. Windows color (decimal): -5417675 or 3495341. OLE color: 3495341.

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

Color convert

RGB1738553-
CMYK00.510.690.32
HSL16º53.1%44.31%-
HSV(B)16º69.36%67.84%-
XYZ21.1215.645.27-
YUV107.6697.15174.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.63%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=55.63%
G=27.33%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173855300.510.690.321653.144.31
HexAD5535033452010352c
Octal2551256506310540206554
Binary1010110110101011101010110011100010110000010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5535; }

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

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

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

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

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

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

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

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