Html Css Color HEX #AC4E49 Apple Blossom

📋 copy color: '#AC4E49'

red 172 ◦ green 78 ◦ blue 73

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

Shades of Apple Blossom #AC4E49

Tints of Apple Blossom #AC4E49

RGB

 RED value IS 172 (67.58% from 255) = 53.25%

 GREEN value IS 78 (30.86% from 255) = 24.15%

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

R = 53.25%
G = 24.15%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC4E49 (or 0xAC4E49) is known color: Apple Blossom. HEX triplet: AC, 4E and 49. RGB value is (172,78,73). Sum of RGB (Red+Green+Blue) = 172+78+73=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E49 is #53B1B6. Grayscale: #696969. Windows color (decimal): -5484983 or 4804268. OLE color: 4804268.

HSL color Cylindrical-coordinate representation of color #AC4E49: hue angle of 3.03º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4E49 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 78 73 -
CMYK 0 0.55 0.58 0.33
HSL 3.03º 0.4% 0.48% -
HSV(B) 3.03º 0.58% 0.67% -
XYZ 20.94 14.7 8.04 -
YUV 105.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 172 78 73 0 0.55 0.58 0.33 3.03 0.4 0.48
Hex AC 4E 49 0 37 3A 21 3 28 30
Octal 254 116 111 0 67 72 41 3 50 60
Binary 10101100 1001110 1001001 0 110111 111010 100001 11 101000 110000

Color Harmonies of #AC4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E49

Black with #AC4E49

Text Example


Text Example

White with #AC4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E49; }

 p { color: rgb(172,78,73); }

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

background-color css

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

 a { background-color: rgb(172,78,73); }

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

border-color css

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

 span { border-color: rgb(172,78,73); }

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