Html Css Color HEX #AD5F55 Crail

📋 copy color: '#AD5F55'

red 173 ◦ green 95 ◦ blue 85

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

Shades of Crail #AD5F55

Tints of Crail #AD5F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.08%

R = 49.01%
G = 26.91%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD5F55 (or 0xAD5F55) is known color: Crail. HEX triplet: AD, 5F and 55. RGB value is (173,95,85). Sum of RGB (Red+Green+Blue) = 173+95+85=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F55 is #52A0AA. Grayscale: #757575. Windows color (decimal): -5415083 or 5595053. OLE color: 5595053.

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

Color convert

RGB 173 95 85 -
CMYK 0 0.45 0.51 0.32
HSL 6.82º 0.35% 0.51% -
HSV(B) 6.82º 0.51% 0.68% -
XYZ 22.97 17.72 10.81 -
YUV 117.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 173 95 85 0 0.45 0.51 0.32 6.82 0.35 0.51
Hex AD 5F 55 0 2D 33 20 7 23 33
Octal 255 137 125 0 55 63 40 7 43 63
Binary 10101101 1011111 1010101 0 101101 110011 100000 111 100011 110011

Color Harmonies of #AD5F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F55

Black with #AD5F55

Text Example


Text Example

White with #AD5F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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