Html Css Color HEX #AD5149 Apple Blossom

📋 copy color: '#AD5149'

red 173 ◦ green 81 ◦ blue 73

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

Shades of Apple Blossom #AD5149

Tints of Apple Blossom #AD5149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

 BLUE value IS 73 (28.91% from 255) = 22.32%

R = 52.91%
G = 24.77%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD5149 (or 0xAD5149) is known color: Apple Blossom. HEX triplet: AD, 51 and 49. RGB value is (173,81,73). Sum of RGB (Red+Green+Blue) = 173+81+73=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5149 is #52AEB6. Grayscale: #6B6B6B. Windows color (decimal): -5418679 or 4805037. OLE color: 4805037.

HSL color Cylindrical-coordinate representation of color #AD5149: hue angle of 4.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5149 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 81 73 -
CMYK 0 0.53 0.58 0.32
HSL 4.8º 0.41% 0.48% -
HSV(B) 4.8º 0.58% 0.68% -
XYZ 21.38 15.25 8.12 -
YUV 107.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 173 81 73 0 0.53 0.58 0.32 4.8 0.41 0.48
Hex AD 51 49 0 35 3A 20 5 29 30
Octal 255 121 111 0 65 72 40 5 51 60
Binary 10101101 1010001 1001001 0 110101 111010 100000 101 101001 110000

Color Harmonies of #AD5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5149

Black with #AD5149

Text Example


Text Example

White with #AD5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5149; }

 p { color: rgb(173,81,73); }

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

background-color css

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

 a { background-color: rgb(173,81,73); }

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

border-color css

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

 span { border-color: rgb(173,81,73); }

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