#AD5135

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

Shades of Orange Roughy #AD5135

Tints of Orange Roughy #AD5135

Color information

#AD5135 (or 0xAD5135) is unknown color: approx Orange Roughy. HEX triplet: AD, 51 and 35. RGB value is (173,81,53). Sum of RGB (Red+Green+Blue) = 173+81+53=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5135 is #52AECA. Grayscale: #696969. Windows color (decimal): -5418699 or 3494317. OLE color: 3494317.

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

Color convert

RGB1738153-
CMYK00.530.690.32
HSL14º53.1%44.31%-
HSV(B)14º69.36%67.84%-
XYZ20.8215.035.17-
YUV105.3298.48176.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.35%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=56.35%
G=26.38%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173815300.530.690.321453.144.31
HexAD51350354520e352c
Octal2551216506510540166554
Binary101011011010001110101011010110001011000001110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5135; }

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

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

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

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

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

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

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

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