Html Css Color HEX #AD5E4B Crail

📋 copy color: '#AD5E4B'

red 173 ◦ green 94 ◦ blue 75

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

Shades of Crail #AD5E4B

Tints of Crail #AD5E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 50.58%
G = 27.49%
B = 21.93%

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

#AD5E4B (or 0xAD5E4B) is known color: Crail. HEX triplet: AD, 5E and 4B. RGB value is (173,94,75). Sum of RGB (Red+Green+Blue) = 173+94+75=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E4B is #52A1B4. Grayscale: #737373. Windows color (decimal): -5415349 or 4939437. OLE color: 4939437.

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

Color convert

RGB 173 94 75 -
CMYK 0 0.46 0.57 0.32
HSL 11.63º 0.4% 0.49% -
HSV(B) 11.63º 0.57% 0.68% -
XYZ 22.51 17.4 8.83 -
YUV 115.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 173 94 75 0 0.46 0.57 0.32 11.63 0.4 0.49
Hex AD 5E 4B 0 2E 39 20 C 28 31
Octal 255 136 113 0 56 71 40 14 50 61
Binary 10101101 1011110 1001011 0 101110 111001 100000 1100 101000 110001

Color Harmonies of #AD5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E4B

Black with #AD5E4B

Text Example


Text Example

White with #AD5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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