Html Css Color HEX #AD5D4A Crail

📋 copy color: '#AD5D4A'

red 173 ◦ green 93 ◦ blue 74

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

Shades of Crail #AD5D4A

Tints of Crail #AD5D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

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

R = 50.88%
G = 27.35%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD5D4A (or 0xAD5D4A) is known color: Crail. HEX triplet: AD, 5D and 4A. RGB value is (173,93,74). Sum of RGB (Red+Green+Blue) = 173+93+74=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D4A is #52A2B5. Grayscale: #727272. Windows color (decimal): -5415606 or 4873645. OLE color: 4873645.

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

Color convert

RGB 173 93 74 -
CMYK 0 0.46 0.57 0.32
HSL 11.52º 0.4% 0.48% -
HSV(B) 11.52º 0.57% 0.68% -
XYZ 22.38 17.21 8.62 -
YUV 114.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 173 93 74 0 0.46 0.57 0.32 11.52 0.4 0.48
Hex AD 5D 4A 0 2E 39 20 C 28 30
Octal 255 135 112 0 56 71 40 14 50 60
Binary 10101101 1011101 1001010 0 101110 111001 100000 1100 101000 110000

Color Harmonies of #AD5D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D4A

Black with #AD5D4A

Text Example


Text Example

White with #AD5D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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