Html Css Color HEX #AD5F57 Crail

📋 copy color: '#AD5F57'

red 173 ◦ green 95 ◦ blue 87

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

Shades of Crail #AD5F57

Tints of Crail #AD5F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.76%

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 48.73%
G = 26.76%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD5F57 (or 0xAD5F57) is known color: Crail. HEX triplet: AD, 5F and 57. RGB value is (173,95,87). Sum of RGB (Red+Green+Blue) = 173+95+87=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F57 is #52A0A8. Grayscale: #757575. Windows color (decimal): -5415081 or 5726125. OLE color: 5726125.

HSL color Cylindrical-coordinate representation of color #AD5F57: hue angle of 5.58º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5F57 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 95 87 -
CMYK 0 0.45 0.50 0.32
HSL 5.58º 0.34% 0.51% -
HSV(B) 5.58º 0.5% 0.68% -
XYZ 23.05 17.76 11.23 -
YUV 117.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 173 95 87 0 0.45 0.50 0.32 5.58 0.34 0.51
Hex AD 5F 57 0 2D 32 20 6 22 33
Octal 255 137 127 0 55 62 40 6 42 63
Binary 10101101 1011111 1010111 0 101101 110010 100000 110 100010 110011

Color Harmonies of #AD5F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F57

Black with #AD5F57

Text Example


Text Example

White with #AD5F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F57; }

 p { color: rgb(173,95,87); }

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

background-color css

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

 a { background-color: rgb(173,95,87); }

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

border-color css

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

 span { border-color: rgb(173,95,87); }

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