Html Css Color HEX #AD5954 Apple Blossom

📋 copy color: '#AD5954'

red 173 ◦ green 89 ◦ blue 84

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

Shades of Apple Blossom #AD5954

Tints of Apple Blossom #AD5954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 50%
G = 25.72%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD5954 (or 0xAD5954) is known color: Apple Blossom. HEX triplet: AD, 59 and 54. RGB value is (173,89,84). Sum of RGB (Red+Green+Blue) = 173+89+84=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5954 is #52A6AB. Grayscale: #717171. Windows color (decimal): -5416620 or 5527981. OLE color: 5527981.

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

Color convert

RGB 173 89 84 -
CMYK 0 0.49 0.51 0.32
HSL 3.37º 0.35% 0.5% -
HSV(B) 3.37º 0.51% 0.68% -
XYZ 22.41 16.67 10.42 -
YUV 113.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 173 89 84 0 0.49 0.51 0.32 3.37 0.35 0.5
Hex AD 59 54 0 31 33 20 3 23 32
Octal 255 131 124 0 61 63 40 3 43 62
Binary 10101101 1011001 1010100 0 110001 110011 100000 11 100011 110010

Color Harmonies of #AD5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5954

Black with #AD5954

Text Example


Text Example

White with #AD5954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5954; }

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

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

background-color css

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

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

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

border-color css

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

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

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