#AD5339

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

Shades of Orange Roughy #AD5339

Tints of Orange Roughy #AD5339

Color information

#AD5339 (or 0xAD5339) is unknown color: approx Orange Roughy. HEX triplet: AD, 53 and 39. RGB value is (173,83,57). Sum of RGB (Red+Green+Blue) = 173+83+57=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5339 is #52ACC6. Grayscale: #6B6B6B. Windows color (decimal): -5418183 or 3756973. OLE color: 3756973.

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

Color convert

RGB1738357-
CMYK00.520.670.32
HSL13.45º50.43%45.1%-
HSV(B)13.45º67.05%67.84%-
XYZ21.0715.375.73-
YUV106.9599.82175.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 57 (22.66% from 255) = 18.21%
R=55.27%
G=26.52%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173835700.520.670.3213.4550.4345.1
HexAD53390344320d322d
Octal2551237106410340156255
Binary101011011010011111001011010010000111000001101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5339; }

 p { color: rgb(173,83,57); }

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

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

 a { background-color: rgb(173,83,57); }

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

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

 span { border-color: rgb(173,83,57); }

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