Html Css Color HEX #AD5C4A Crail

📋 copy color: '#AD5C4A'

red 173 ◦ green 92 ◦ blue 74

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

Shades of Crail #AD5C4A

Tints of Crail #AD5C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 51.03%
G = 27.14%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD5C4A (or 0xAD5C4A) is known color: Crail. HEX triplet: AD, 5C and 4A. RGB value is (173,92,74). Sum of RGB (Red+Green+Blue) = 173+92+74=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C4A is #52A3B5. Grayscale: #727272. Windows color (decimal): -5415862 or 4873389. OLE color: 4873389.

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

Color convert

RGB 173 92 74 -
CMYK 0 0.47 0.57 0.32
HSL 10.91º 0.4% 0.48% -
HSV(B) 10.91º 0.57% 0.68% -
XYZ 22.3 17.03 8.59 -
YUV 114.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 173 92 74 0 0.47 0.57 0.32 10.91 0.4 0.48
Hex AD 5C 4A 0 2F 39 20 B 28 30
Octal 255 134 112 0 57 71 40 13 50 60
Binary 10101101 1011100 1001010 0 101111 111001 100000 1011 101000 110000

Color Harmonies of #AD5C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C4A

Black with #AD5C4A

Text Example


Text Example

White with #AD5C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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