#AD5235

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

Shades of Orange Roughy #AD5235

Tints of Orange Roughy #AD5235

Color information

#AD5235 (or 0xAD5235) is unknown color: approx Orange Roughy. HEX triplet: AD, 52 and 35. RGB value is (173,82,53). Sum of RGB (Red+Green+Blue) = 173+82+53=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5235 is #52ADCA. Grayscale: #6A6A6A. Windows color (decimal): -5418443 or 3494573. OLE color: 3494573.

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

Color convert

RGB1738253-
CMYK00.530.690.32
HSL14.5º53.1%44.31%-
HSV(B)14.5º69.36%67.84%-
XYZ20.8915.185.2-
YUV105.998.15175.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=56.17%
G=26.62%
B=17.21%

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
Decimal173825300.530.690.3214.553.144.31
HexAD52350354520f352c
Octal2551226506510540176554
Binary101011011010010110101011010110001011000001111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5235; }

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

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

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

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

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

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

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

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