Html Css Color HEX #AD5446 Apple Blossom

📋 copy color: '#AD5446'

red 173 ◦ green 84 ◦ blue 70

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

Shades of Apple Blossom #AD5446

Tints of Apple Blossom #AD5446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

 BLUE value IS 70 (27.73% from 255) = 21.41%

R = 52.91%
G = 25.69%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD5446 (or 0xAD5446) is known color: Apple Blossom. HEX triplet: AD, 54 and 46. RGB value is (173,84,70). Sum of RGB (Red+Green+Blue) = 173+84+70=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5446 is #52ABB9. Grayscale: #6D6D6D. Windows color (decimal): -5417914 or 4609197. OLE color: 4609197.

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

Color convert

RGB 173 84 70 -
CMYK 0 0.51 0.60 0.32
HSL 8.16º 0.42% 0.48% -
HSV(B) 8.16º 0.6% 0.68% -
XYZ 21.51 15.67 7.68 -
YUV 109.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 173 84 70 0 0.51 0.60 0.32 8.16 0.42 0.48
Hex AD 54 46 0 33 3C 20 8 2A 30
Octal 255 124 106 0 63 74 40 10 52 60
Binary 10101101 1010100 1000110 0 110011 111100 100000 1000 101010 110000

Color Harmonies of #AD5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5446

Black with #AD5446

Text Example


Text Example

White with #AD5446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5446; }

 p { color: rgb(173,84,70); }

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

background-color css

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

 a { background-color: rgb(173,84,70); }

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

border-color css

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

 span { border-color: rgb(173,84,70); }

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