Html Css Color HEX #AD5E4A Crail

📋 copy color: '#AD5E4A'

red 173 ◦ green 94 ◦ blue 74

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

Shades of Crail #AD5E4A

Tints of Crail #AD5E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

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

R = 50.73%
G = 27.57%
B = 21.7%

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

#AD5E4A (or 0xAD5E4A) is known color: Crail. HEX triplet: AD, 5E and 4A. RGB value is (173,94,74). Sum of RGB (Red+Green+Blue) = 173+94+74=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E4A is #52A1B5. Grayscale: #737373. Windows color (decimal): -5415350 or 4873901. OLE color: 4873901.

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

Color convert

RGB 173 94 74 -
CMYK 0 0.46 0.57 0.32
HSL 12.12º 0.4% 0.48% -
HSV(B) 12.12º 0.57% 0.68% -
XYZ 22.47 17.38 8.65 -
YUV 115.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 173 94 74 0 0.46 0.57 0.32 12.12 0.4 0.48
Hex AD 5E 4A 0 2E 39 20 C 28 30
Octal 255 136 112 0 56 71 40 14 50 60
Binary 10101101 1011110 1001010 0 101110 111001 100000 1100 101000 110000

Color Harmonies of #AD5E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E4A

Black with #AD5E4A

Text Example


Text Example

White with #AD5E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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