Html Css Color HEX #AC5149 Apple Blossom

📋 copy color: '#AC5149'

red 172 ◦ green 81 ◦ blue 73

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

Shades of Apple Blossom #AC5149

Tints of Apple Blossom #AC5149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

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

R = 52.76%
G = 24.85%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC5149 (or 0xAC5149) is known color: Apple Blossom. HEX triplet: AC, 51 and 49. RGB value is (172,81,73). Sum of RGB (Red+Green+Blue) = 172+81+73=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5149 is #53AEB6. Grayscale: #6B6B6B. Windows color (decimal): -5484215 or 4805036. OLE color: 4805036.

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

Color convert

RGB 172 81 73 -
CMYK 0 0.53 0.58 0.33
HSL 4.85º 0.4% 0.48% -
HSV(B) 4.85º 0.58% 0.67% -
XYZ 21.16 15.14 8.11 -
YUV 107.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 172 81 73 0 0.53 0.58 0.33 4.85 0.4 0.48
Hex AC 51 49 0 35 3A 21 5 28 30
Octal 254 121 111 0 65 72 41 5 50 60
Binary 10101100 1010001 1001001 0 110101 111010 100001 101 101000 110000

Color Harmonies of #AC5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5149

Black with #AC5149

Text Example


Text Example

White with #AC5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5149; }

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

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

background-color css

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

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

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

border-color css

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

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

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