#AD5035

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

Shades of Orange Roughy #AD5035

Tints of Orange Roughy #AD5035

Color information

#AD5035 (or 0xAD5035) is unknown color: approx Orange Roughy. HEX triplet: AD, 50 and 35. RGB value is (173,80,53). Sum of RGB (Red+Green+Blue) = 173+80+53=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5035 is #52AFCA. Grayscale: #686868. Windows color (decimal): -5418955 or 3494061. OLE color: 3494061.

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

Color convert

RGB1738053-
CMYK00.540.690.32
HSL13.5º53.1%44.31%-
HSV(B)13.5º69.36%67.84%-
XYZ20.7414.885.15-
YUV104.7398.81176.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=56.54%
G=26.14%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173805300.540.690.3213.553.144.31
HexAD50350364520e352c
Octal2551206506610540166554
Binary101011011010000110101011011010001011000001110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5035; }

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

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

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

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

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

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

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

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