#AD543F

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

Shades of Crail #AD543F

Tints of Crail #AD543F

Color information

#AD543F (or 0xAD543F) is unknown color: approx Crail. HEX triplet: AD, 54 and 3F. RGB value is (173,84,63). Sum of RGB (Red+Green+Blue) = 173+84+63=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD543F is #52ABC0. Grayscale: #6C6C6C. Windows color (decimal): -5417921 or 4150445. OLE color: 4150445.

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

Color convert

RGB1738463-
CMYK00.510.640.32
HSL11.45º46.61%46.27%-
HSV(B)11.45º63.58%67.84%-
XYZ21.315.586.59-
YUV108.22102.49174.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.06%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 63 (25% from 255) = 19.69%
R=54.06%
G=26.25%
B=19.69%

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
Decimal173846300.510.640.3211.4546.6146.27
HexAD543F0334020b2f2e
Octal2551247706310040135756
Binary101011011010100111111011001110000001000001011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD543F; }

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

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

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

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

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

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

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

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