Html Css Color HEX #AD5440 Crail

📋 copy color: '#AD5440'

red 173 ◦ green 84 ◦ blue 64

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

Shades of Crail #AD5440

Tints of Crail #AD5440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 53.89%
G = 26.17%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD5440 (or 0xAD5440) is known color: Crail. HEX triplet: AD, 54 and 40. RGB value is (173,84,64). Sum of RGB (Red+Green+Blue) = 173+84+64=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5440 is #52ABBF. Grayscale: #6C6C6C. Windows color (decimal): -5417920 or 4215981. OLE color: 4215981.

HSL color Cylindrical-coordinate representation of color #AD5440: hue angle of 11.01º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5440 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 84 64 -
CMYK 0 0.51 0.63 0.32
HSL 11.01º 0.46% 0.46% -
HSV(B) 11.01º 0.63% 0.68% -
XYZ 21.33 15.6 6.74 -
YUV 108.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 173 84 64 0 0.51 0.63 0.32 11.01 0.46 0.46
Hex AD 54 40 0 33 3F 20 B 2E 2E
Octal 255 124 100 0 63 77 40 13 56 56
Binary 10101101 1010100 1000000 0 110011 111111 100000 1011 101110 101110

Color Harmonies of #AD5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5440

Black with #AD5440

Text Example


Text Example

White with #AD5440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5440; }

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

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

background-color css

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

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

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

border-color css

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

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

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