Html Css Color HEX #AD5956 Apple Blossom

📋 copy color: '#AD5956'

red 173 ◦ green 89 ◦ blue 86

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

Shades of Apple Blossom #AD5956

Tints of Apple Blossom #AD5956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.71%

R = 49.71%
G = 25.57%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD5956 (or 0xAD5956) is known color: Apple Blossom. HEX triplet: AD, 59 and 56. RGB value is (173,89,86). Sum of RGB (Red+Green+Blue) = 173+89+86=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5956 is #52A6A9. Grayscale: #717171. Windows color (decimal): -5416618 or 5659053. OLE color: 5659053.

HSL color Cylindrical-coordinate representation of color #AD5956: hue angle of 2.07º degrees, saturation: 0.35, 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 #AD5956 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 89 86 -
CMYK 0 0.49 0.50 0.32
HSL 2.07º 0.35% 0.51% -
HSV(B) 2.07º 0.5% 0.68% -
XYZ 22.49 16.7 10.84 -
YUV 113.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 173 89 86 0 0.49 0.50 0.32 2.07 0.35 0.51
Hex AD 59 56 0 31 32 20 2 23 33
Octal 255 131 126 0 61 62 40 2 43 63
Binary 10101101 1011001 1010110 0 110001 110010 100000 10 100011 110011

Color Harmonies of #AD5956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5956

Black with #AD5956

Text Example


Text Example

White with #AD5956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5956; }

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

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

background-color css

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

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

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

border-color css

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

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

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