Html Css Color HEX #AD4944 Apple Blossom

📋 copy color: '#AD4944'

red 173 ◦ green 73 ◦ blue 68

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

Shades of Apple Blossom #AD4944

Tints of Apple Blossom #AD4944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 55.1%
G = 23.25%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD4944 (or 0xAD4944) is known color: Apple Blossom. HEX triplet: AD, 49 and 44. RGB value is (173,73,68). Sum of RGB (Red+Green+Blue) = 173+73+68=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4944 is #52B6BB. Grayscale: #666666. Windows color (decimal): -5420732 or 4475309. OLE color: 4475309.

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

Color convert

RGB 173 73 68 -
CMYK 0 0.58 0.61 0.32
HSL 2.86º 0.44% 0.47% -
HSV(B) 2.86º 0.61% 0.68% -
XYZ 20.66 14.07 7.1 -
YUV 102.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 173 73 68 0 0.58 0.61 0.32 2.86 0.44 0.47
Hex AD 49 44 0 3A 3D 20 3 2C 2F
Octal 255 111 104 0 72 75 40 3 54 57
Binary 10101101 1001001 1000100 0 111010 111101 100000 11 101100 101111

Color Harmonies of #AD4944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4944

Black with #AD4944

Text Example


Text Example

White with #AD4944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4944; }

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

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

background-color css

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

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

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

border-color css

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

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

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