Html Css Color HEX #AD5650 Apple Blossom

📋 copy color: '#AD5650'

red 173 ◦ green 86 ◦ blue 80

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

Shades of Apple Blossom #AD5650

Tints of Apple Blossom #AD5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.37%

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 51.03%
G = 25.37%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD5650 (or 0xAD5650) is known color: Apple Blossom. HEX triplet: AD, 56 and 50. RGB value is (173,86,80). Sum of RGB (Red+Green+Blue) = 173+86+80=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5650 is #52A9AF. Grayscale: #6F6F6F. Windows color (decimal): -5417392 or 5265069. OLE color: 5265069.

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

Color convert

RGB 173 86 80 -
CMYK 0 0.50 0.54 0.32
HSL 3.87º 0.37% 0.5% -
HSV(B) 3.87º 0.54% 0.68% -
XYZ 22.01 16.12 9.54 -
YUV 111.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 173 86 80 0 0.50 0.54 0.32 3.87 0.37 0.5
Hex AD 56 50 0 32 36 20 4 25 32
Octal 255 126 120 0 62 66 40 4 45 62
Binary 10101101 1010110 1010000 0 110010 110110 100000 100 100101 110010

Color Harmonies of #AD5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5650

Black with #AD5650

Text Example


Text Example

White with #AD5650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5650; }

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

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

background-color css

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

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

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

border-color css

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

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

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