#AD503C

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

Shades of Orange Roughy #AD503C

Tints of Orange Roughy #AD503C

Color information

#AD503C (or 0xAD503C) is unknown color: approx Orange Roughy. HEX triplet: AD, 50 and 3C. RGB value is (173,80,60). Sum of RGB (Red+Green+Blue) = 173+80+60=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD503C is #52AFC3. Grayscale: #696969. Windows color (decimal): -5418948 or 3952813. OLE color: 3952813.

HSL color Cylindrical-coordinate representation of color #AD503C: hue angle of 10.62º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD503C is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1738060-
CMYK00.540.650.32
HSL10.62º48.5%45.69%-
HSV(B)10.62º65.32%67.84%-
XYZ20.9214.956.06-
YUV105.53102.31176.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=55.27%
G=25.56%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173806000.540.650.3210.6248.545.69
HexAD503C0364120b302e
Octal2551207406610140136056
Binary101011011010000111100011011010000011000001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD503C; }

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

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

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

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

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

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

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

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