Html Css Color HEX #AD5647 Crail

📋 copy color: '#AD5647'

red 173 ◦ green 86 ◦ blue 71

#AD5647
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crail #AD5647

Tints of Crail #AD5647

RGB

 RED value IS 173 (67.97% from 255) = 52.42%

 GREEN value IS 86 (33.98% from 255) = 26.06%

 BLUE value IS 71 (28.13% from 255) = 21.52%

R = 52.42%
G = 26.06%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD5647 (or 0xAD5647) is known color: Crail. HEX triplet: AD, 56 and 47. RGB value is (173,86,71). Sum of RGB (Red+Green+Blue) = 173+86+71=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5647 is #52A9B8. Grayscale: #6E6E6E. Windows color (decimal): -5417401 or 4675245. OLE color: 4675245.

HSL color Cylindrical-coordinate representation of color #AD5647: hue angle of 8.82º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5647 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 86 71 -
CMYK 0 0.50 0.59 0.32
HSL 8.82º 0.42% 0.48% -
HSV(B) 8.82º 0.59% 0.68% -
XYZ 21.7 15.99 7.9 -
YUV 110.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 173 86 71 0 0.50 0.59 0.32 8.82 0.42 0.48
Hex AD 56 47 0 32 3B 20 9 2A 30
Octal 255 126 107 0 62 73 40 11 52 60
Binary 10101101 1010110 1000111 0 110010 111011 100000 1001 101010 110000

Color Harmonies of #AD5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5647

Black with #AD5647

Text Example


Text Example

White with #AD5647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5647; }

 p { color: rgb(173,86,71); }

 H1.HeaderClassName
 {
   color: #AD5647;
 }
 .AnyTagClassName
 {
   color: #AD5647;
 }
</style>

background-color css

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

 a { background-color: rgb(173,86,71); }

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

border-color css

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

 span { border-color: rgb(173,86,71); }

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