#AD523C

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

Shades of Orange Roughy #AD523C

Tints of Orange Roughy #AD523C

Color information

#AD523C (or 0xAD523C) is unknown color: approx Orange Roughy. HEX triplet: AD, 52 and 3C. RGB value is (173,82,60). Sum of RGB (Red+Green+Blue) = 173+82+60=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD523C is #52ADC3. Grayscale: #6A6A6A. Windows color (decimal): -5418436 or 3953325. OLE color: 3953325.

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

Color convert

RGB1738260-
CMYK00.530.650.32
HSL11.68º48.5%45.69%-
HSV(B)11.68º65.32%67.84%-
XYZ21.0715.256.11-
YUV106.7101.65175.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.92%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=54.92%
G=26.03%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173826000.530.650.3211.6848.545.69
HexAD523C0354120c302e
Octal2551227406510140146056
Binary101011011010010111100011010110000011000001100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD523C; }

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

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

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

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

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

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

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

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