#AD5236

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

Shades of Orange Roughy #AD5236

Tints of Orange Roughy #AD5236

Color information

#AD5236 (or 0xAD5236) is unknown color: approx Orange Roughy. HEX triplet: AD, 52 and 36. RGB value is (173,82,54). Sum of RGB (Red+Green+Blue) = 173+82+54=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5236 is #52ADC9. Grayscale: #6A6A6A. Windows color (decimal): -5418442 or 3560109. OLE color: 3560109.

HSL color Cylindrical-coordinate representation of color #AD5236: hue angle of 14.12º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5236 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB1738254-
CMYK00.530.690.32
HSL14.12º52.42%44.51%-
HSV(B)14.12º68.79%67.84%-
XYZ20.9215.195.32-
YUV106.0298.65175.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.99%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 54 (21.48% from 255) = 17.48%
R=55.99%
G=26.54%
B=17.48%

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
Decimal173825400.530.690.3214.1252.4244.51
HexAD52360354520e342d
Octal2551226606510540166455
Binary101011011010010110110011010110001011000001110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5236; }

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

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

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

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

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

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

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

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