Html Css Color HEX #AD5C47 Crail

📋 copy color: '#AD5C47'

red 173 ◦ green 92 ◦ blue 71

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

Shades of Crail #AD5C47

Tints of Crail #AD5C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 51.49%
G = 27.38%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD5C47 (or 0xAD5C47) is known color: Crail. HEX triplet: AD, 5C and 47. RGB value is (173,92,71). Sum of RGB (Red+Green+Blue) = 173+92+71=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C47 is #52A3B8. Grayscale: #717171. Windows color (decimal): -5415865 or 4676781. OLE color: 4676781.

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

Color convert

RGB 173 92 71 -
CMYK 0 0.47 0.59 0.32
HSL 12.35º 0.42% 0.48% -
HSV(B) 12.35º 0.59% 0.68% -
XYZ 22.2 16.99 8.07 -
YUV 113.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 173 92 71 0 0.47 0.59 0.32 12.35 0.42 0.48
Hex AD 5C 47 0 2F 3B 20 C 2A 30
Octal 255 134 107 0 57 73 40 14 52 60
Binary 10101101 1011100 1000111 0 101111 111011 100000 1100 101010 110000

Color Harmonies of #AD5C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C47

Black with #AD5C47

Text Example


Text Example

White with #AD5C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C47; }

 p { color: rgb(173,92,71); }

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

background-color css

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

 a { background-color: rgb(173,92,71); }

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

border-color css

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

 span { border-color: rgb(173,92,71); }

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