Html Css Color HEX #AD5744 Crail

📋 copy color: '#AD5744'

red 173 ◦ green 87 ◦ blue 68

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

Shades of Crail #AD5744

Tints of Crail #AD5744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

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

R = 52.74%
G = 26.52%
B = 20.73%

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

#AD5744 (or 0xAD5744) is known color: Crail. HEX triplet: AD, 57 and 44. RGB value is (173,87,68). Sum of RGB (Red+Green+Blue) = 173+87+68=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5744 is #52A8BB. Grayscale: #6E6E6E. Windows color (decimal): -5417148 or 4478893. OLE color: 4478893.

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

Color convert

RGB 173 87 68 -
CMYK 0 0.50 0.61 0.32
HSL 10.86º 0.44% 0.47% -
HSV(B) 10.86º 0.61% 0.68% -
XYZ 21.69 16.12 7.44 -
YUV 110.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 173 87 68 0 0.50 0.61 0.32 10.86 0.44 0.47
Hex AD 57 44 0 32 3D 20 B 2C 2F
Octal 255 127 104 0 62 75 40 13 54 57
Binary 10101101 1010111 1000100 0 110010 111101 100000 1011 101100 101111

Color Harmonies of #AD5744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5744

Black with #AD5744

Text Example


Text Example

White with #AD5744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5744; }

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

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

background-color css

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

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

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

border-color css

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

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

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