#AD543E

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

Shades of Orange Roughy #AD543E

Tints of Orange Roughy #AD543E

Color information

#AD543E (or 0xAD543E) is unknown color: approx Orange Roughy. HEX triplet: AD, 54 and 3E. RGB value is (173,84,62). Sum of RGB (Red+Green+Blue) = 173+84+62=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD543E is #52ABC1. Grayscale: #6C6C6C. Windows color (decimal): -5417922 or 4084909. OLE color: 4084909.

HSL color Cylindrical-coordinate representation of color #AD543E: hue angle of 11.89º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD543E is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1738462-
CMYK00.510.640.32
HSL11.89º47.23%46.08%-
HSV(B)11.89º64.16%67.84%-
XYZ21.2715.576.44-
YUV108.1101.99174.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.23%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 62 (24.61% from 255) = 19.44%
R=54.23%
G=26.33%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173846200.510.640.3211.8947.2346.08
HexAD543E0334020c2f2e
Octal2551247606310040145756
Binary101011011010100111110011001110000001000001100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD543E; }

 p { color: rgb(173,84,62); }

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

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

 a { background-color: rgb(173,84,62); }

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

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

 span { border-color: rgb(173,84,62); }

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