#AD523D

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

Shades of Orange Roughy #AD523D

Tints of Orange Roughy #AD523D

Color information

#AD523D (or 0xAD523D) is unknown color: approx Orange Roughy. HEX triplet: AD, 52 and 3D. RGB value is (173,82,61). Sum of RGB (Red+Green+Blue) = 173+82+61=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD523D is #52ADC2. Grayscale: #6A6A6A. Windows color (decimal): -5418435 or 4018861. OLE color: 4018861.

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

Color convert

RGB1738261-
CMYK00.530.650.32
HSL11.25º47.86%45.88%-
HSV(B)11.25º64.74%67.84%-
XYZ21.0915.266.25-
YUV106.82102.15175.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.75%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 61 (24.22% from 255) = 19.30%
R=54.75%
G=25.95%
B=19.30%

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
Decimal173826100.530.650.3211.2547.8645.88
HexAD523D0354120b302e
Octal2551227506510140136056
Binary101011011010010111101011010110000011000001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD523D; }

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

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

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

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

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

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

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

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