Html Css Color HEX #AD544D Apple Blossom

📋 copy color: '#AD544D'

red 173 ◦ green 84 ◦ blue 77

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

Shades of Apple Blossom #AD544D

Tints of Apple Blossom #AD544D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.05%

R = 51.8%
G = 25.15%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD544D (or 0xAD544D) is known color: Apple Blossom. HEX triplet: AD, 54 and 4D. RGB value is (173,84,77). Sum of RGB (Red+Green+Blue) = 173+84+77=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD544D is #52ABB2. Grayscale: #6D6D6D. Windows color (decimal): -5417907 or 5067949. OLE color: 5067949.

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

Color convert

RGB 173 84 77 -
CMYK 0 0.51 0.55 0.32
HSL 4.38º 0.38% 0.49% -
HSV(B) 4.38º 0.55% 0.68% -
XYZ 21.74 15.76 8.92 -
YUV 109.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 173 84 77 0 0.51 0.55 0.32 4.38 0.38 0.49
Hex AD 54 4D 0 33 37 20 4 26 31
Octal 255 124 115 0 63 67 40 4 46 61
Binary 10101101 1010100 1001101 0 110011 110111 100000 100 100110 110001

Color Harmonies of #AD544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD544D

Black with #AD544D

Text Example


Text Example

White with #AD544D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD544D; }

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

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

background-color css

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

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

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

border-color css

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

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

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