#AD553F

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

Shades of Crail #AD553F

Tints of Crail #AD553F

Color information

#AD553F (or 0xAD553F) is unknown color: approx Crail. HEX triplet: AD, 55 and 3F. RGB value is (173,85,63). Sum of RGB (Red+Green+Blue) = 173+85+63=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD553F is #52AAC0. Grayscale: #6C6C6C. Windows color (decimal): -5417665 or 4150701. OLE color: 4150701.

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

Color convert

RGB1738563-
CMYK00.510.640.32
HSL12º46.61%46.27%-
HSV(B)12º63.58%67.84%-
XYZ21.3815.746.61-
YUV108.8102.15173.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 63 (25% from 255) = 19.63%
R=53.89%
G=26.48%
B=19.63%

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
Decimal173856300.510.640.321246.6146.27
HexAD553F0334020c2f2e
Octal2551257706310040145756
Binary101011011010101111111011001110000001000001100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD553F; }

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

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

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

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

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

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

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

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