Html Css Color HEX #AD5444 Crail

📋 copy color: '#AD5444'

red 173 ◦ green 84 ◦ blue 68

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

Shades of Crail #AD5444

Tints of Crail #AD5444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

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

R = 53.23%
G = 25.85%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5444 (or 0xAD5444) is known color: Crail. HEX triplet: AD, 54 and 44. RGB value is (173,84,68). Sum of RGB (Red+Green+Blue) = 173+84+68=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5444 is #52ABBB. Grayscale: #6C6C6C. Windows color (decimal): -5417916 or 4478125. OLE color: 4478125.

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

Color convert

RGB 173 84 68 -
CMYK 0 0.51 0.61 0.32
HSL 9.14º 0.44% 0.47% -
HSV(B) 9.14º 0.61% 0.68% -
XYZ 21.45 15.64 7.36 -
YUV 108.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 173 84 68 0 0.51 0.61 0.32 9.14 0.44 0.47
Hex AD 54 44 0 33 3D 20 9 2C 2F
Octal 255 124 104 0 63 75 40 11 54 57
Binary 10101101 1010100 1000100 0 110011 111101 100000 1001 101100 101111

Color Harmonies of #AD5444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5444

Black with #AD5444

Text Example


Text Example

White with #AD5444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5444; }

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

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

background-color css

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

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

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

border-color css

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

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

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