Html Css Color HEX #AD5841 Crail

📋 copy color: '#AD5841'

red 173 ◦ green 88 ◦ blue 65

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

Shades of Crail #AD5841

Tints of Crail #AD5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

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

R = 53.07%
G = 26.99%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD5841 (or 0xAD5841) is known color: Crail. HEX triplet: AD, 58 and 41. RGB value is (173,88,65). Sum of RGB (Red+Green+Blue) = 173+88+65=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5841 is #52A7BE. Grayscale: #6E6E6E. Windows color (decimal): -5416895 or 4282541. OLE color: 4282541.

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

Color convert

RGB 173 88 65 -
CMYK 0 0.49 0.62 0.32
HSL 12.78º 0.45% 0.47% -
HSV(B) 12.78º 0.62% 0.68% -
XYZ 21.68 16.25 6.99 -
YUV 110.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 173 88 65 0 0.49 0.62 0.32 12.78 0.45 0.47
Hex AD 58 41 0 31 3E 20 D 2D 2F
Octal 255 130 101 0 61 76 40 15 55 57
Binary 10101101 1011000 1000001 0 110001 111110 100000 1101 101101 101111

Color Harmonies of #AD5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5841

Black with #AD5841

Text Example


Text Example

White with #AD5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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