Html Css Color HEX #AC5449 Apple Blossom

📋 copy color: '#AC5449'

red 172 ◦ green 84 ◦ blue 73

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

Shades of Apple Blossom #AC5449

Tints of Apple Blossom #AC5449

RGB

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

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

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

R = 52.28%
G = 25.53%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC5449 (or 0xAC5449) is known color: Apple Blossom. HEX triplet: AC, 54 and 49. RGB value is (172,84,73). Sum of RGB (Red+Green+Blue) = 172+84+73=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5449 is #53ABB6. Grayscale: #6D6D6D. Windows color (decimal): -5483447 or 4805804. OLE color: 4805804.

HSL color Cylindrical-coordinate representation of color #AC5449: hue angle of 6.67º 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 #AC5449 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 84 73 -
CMYK 0 0.51 0.58 0.33
HSL 6.67º 0.4% 0.48% -
HSV(B) 6.67º 0.58% 0.67% -
XYZ 21.39 15.59 8.19 -
YUV 109.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 172 84 73 0 0.51 0.58 0.33 6.67 0.4 0.48
Hex AC 54 49 0 33 3A 21 7 28 30
Octal 254 124 111 0 63 72 41 7 50 60
Binary 10101100 1010100 1001001 0 110011 111010 100001 111 101000 110000

Color Harmonies of #AC5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5449

Black with #AC5449

Text Example


Text Example

White with #AC5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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