Html Css Color HEX #AD5441 Crail

📋 copy color: '#AD5441'

red 173 ◦ green 84 ◦ blue 65

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

Shades of Crail #AD5441

Tints of Crail #AD5441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 53.73%
G = 26.09%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD5441 (or 0xAD5441) is known color: Crail. HEX triplet: AD, 54 and 41. RGB value is (173,84,65). Sum of RGB (Red+Green+Blue) = 173+84+65=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5441 is #52ABBE. Grayscale: #6C6C6C. Windows color (decimal): -5417919 or 4281517. OLE color: 4281517.

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

Color convert

RGB 173 84 65 -
CMYK 0 0.51 0.62 0.32
HSL 10.56º 0.45% 0.47% -
HSV(B) 10.56º 0.62% 0.68% -
XYZ 21.36 15.61 6.89 -
YUV 108.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 173 84 65 0 0.51 0.62 0.32 10.56 0.45 0.47
Hex AD 54 41 0 33 3E 20 B 2D 2F
Octal 255 124 101 0 63 76 40 13 55 57
Binary 10101101 1010100 1000001 0 110011 111110 100000 1011 101101 101111

Color Harmonies of #AD5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5441

Black with #AD5441

Text Example


Text Example

White with #AD5441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5441; }

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

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

background-color css

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

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

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

border-color css

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

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

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