Html Css Color HEX #AD5644 Crail

📋 copy color: '#AD5644'

red 173 ◦ green 86 ◦ blue 68

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

Shades of Crail #AD5644

Tints of Crail #AD5644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 52.91%
G = 26.3%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5644 (or 0xAD5644) is known color: Crail. HEX triplet: AD, 56 and 44. RGB value is (173,86,68). Sum of RGB (Red+Green+Blue) = 173+86+68=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5644 is #52A9BB. Grayscale: #6E6E6E. Windows color (decimal): -5417404 or 4478637. OLE color: 4478637.

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

Color convert

RGB 173 86 68 -
CMYK 0 0.50 0.61 0.32
HSL 10.29º 0.44% 0.47% -
HSV(B) 10.29º 0.61% 0.68% -
XYZ 21.6 15.96 7.41 -
YUV 109.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 173 86 68 0 0.50 0.61 0.32 10.29 0.44 0.47
Hex AD 56 44 0 32 3D 20 A 2C 2F
Octal 255 126 104 0 62 75 40 12 54 57
Binary 10101101 1010110 1000100 0 110010 111101 100000 1010 101100 101111

Color Harmonies of #AD5644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5644

Black with #AD5644

Text Example


Text Example

White with #AD5644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5644; }

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

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

background-color css

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

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

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

border-color css

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

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

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