Html Css Color HEX #AD5641 Crail

📋 copy color: '#AD5641'

red 173 ◦ green 86 ◦ blue 65

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

Shades of Crail #AD5641

Tints of Crail #AD5641

RGB

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

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

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

R = 53.4%
G = 26.54%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD5641 (or 0xAD5641) is known color: Crail. HEX triplet: AD, 56 and 41. RGB value is (173,86,65). Sum of RGB (Red+Green+Blue) = 173+86+65=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5641 is #52A9BE. Grayscale: #6D6D6D. Windows color (decimal): -5417407 or 4282029. OLE color: 4282029.

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

Color convert

RGB 173 86 65 -
CMYK 0 0.50 0.62 0.32
HSL 11.67º 0.45% 0.47% -
HSV(B) 11.67º 0.62% 0.68% -
XYZ 21.52 15.92 6.94 -
YUV 109.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 173 86 65 0 0.50 0.62 0.32 11.67 0.45 0.47
Hex AD 56 41 0 32 3E 20 C 2D 2F
Octal 255 126 101 0 62 76 40 14 55 57
Binary 10101101 1010110 1000001 0 110010 111110 100000 1100 101101 101111

Color Harmonies of #AD5641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5641

Black with #AD5641

Text Example


Text Example

White with #AD5641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5641; }

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

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

background-color css

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

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

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

border-color css

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

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

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