Html Css Color HEX #AD5341 Crail

📋 copy color: '#AD5341'

red 173 ◦ green 83 ◦ blue 65

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

Shades of Crail #AD5341

Tints of Crail #AD5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

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

R = 53.89%
G = 25.86%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD5341 (or 0xAD5341) is known color: Crail. HEX triplet: AD, 53 and 41. RGB value is (173,83,65). Sum of RGB (Red+Green+Blue) = 173+83+65=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5341 is #52ACBE. Grayscale: #6C6C6C. Windows color (decimal): -5418175 or 4281261. OLE color: 4281261.

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

Color convert

RGB 173 83 65 -
CMYK 0 0.52 0.62 0.32
HSL 10º 0.45% 0.47% -
HSV(B) 10º 0.62% 0.68% -
XYZ 21.28 15.45 6.86 -
YUV 107.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 173 83 65 0 0.52 0.62 0.32 10 0.45 0.47
Hex AD 53 41 0 34 3E 20 A 2D 2F
Octal 255 123 101 0 64 76 40 12 55 57
Binary 10101101 1010011 1000001 0 110100 111110 100000 1010 101101 101111

Color Harmonies of #AD5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5341

Black with #AD5341

Text Example


Text Example

White with #AD5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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