Html Css Color HEX #AD5958 Apple Blossom

📋 copy color: '#AD5958'

red 173 ◦ green 89 ◦ blue 88

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

Shades of Apple Blossom #AD5958

Tints of Apple Blossom #AD5958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.43%

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 49.43%
G = 25.43%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD5958 (or 0xAD5958) is known color: Apple Blossom. HEX triplet: AD, 59 and 58. RGB value is (173,89,88). Sum of RGB (Red+Green+Blue) = 173+89+88=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5958 is #52A6A7. Grayscale: #727272. Windows color (decimal): -5416616 or 5790125. OLE color: 5790125.

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

Color convert

RGB 173 89 88 -
CMYK 0 0.49 0.49 0.32
HSL 0.71º 0.34% 0.51% -
HSV(B) 0.71º 0.49% 0.68% -
XYZ 22.57 16.73 11.27 -
YUV 114 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 173 89 88 0 0.49 0.49 0.32 0.71 0.34 0.51
Hex AD 59 58 0 31 31 20 1 22 33
Octal 255 131 130 0 61 61 40 1 42 63
Binary 10101101 1011001 1011000 0 110001 110001 100000 1 100010 110011

Color Harmonies of #AD5958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5958

Black with #AD5958

Text Example


Text Example

White with #AD5958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5958; }

 p { color: rgb(173,89,88); }

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

background-color css

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

 a { background-color: rgb(173,89,88); }

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

border-color css

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

 span { border-color: rgb(173,89,88); }

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