Html Css Color HEX #AC5549 Apple Blossom

📋 copy color: '#AC5549'

red 172 ◦ green 85 ◦ blue 73

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

Shades of Apple Blossom #AC5549

Tints of Apple Blossom #AC5549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

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

R = 52.12%
G = 25.76%
B = 22.12%

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

#AC5549 (or 0xAC5549) is known color: Apple Blossom. HEX triplet: AC, 55 and 49. RGB value is (172,85,73). Sum of RGB (Red+Green+Blue) = 172+85+73=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5549 is #53AAB6. Grayscale: #6D6D6D. Windows color (decimal): -5483191 or 4806060. OLE color: 4806060.

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

Color convert

RGB 172 85 73 -
CMYK 0 0.51 0.58 0.33
HSL 7.27º 0.4% 0.48% -
HSV(B) 7.27º 0.58% 0.67% -
XYZ 21.46 15.75 8.21 -
YUV 109.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 172 85 73 0 0.51 0.58 0.33 7.27 0.4 0.48
Hex AC 55 49 0 33 3A 21 7 28 30
Octal 254 125 111 0 63 72 41 7 50 60
Binary 10101100 1010101 1001001 0 110011 111010 100001 111 101000 110000

Color Harmonies of #AC5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5549

Black with #AC5549

Text Example


Text Example

White with #AC5549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5549; }

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

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

background-color css

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

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

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

border-color css

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

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

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