Html Css Color HEX #AC5550 Apple Blossom

📋 copy color: '#AC5550'

red 172 ◦ green 85 ◦ blue 80

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

Shades of Apple Blossom #AC5550

Tints of Apple Blossom #AC5550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 51.04%
G = 25.22%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC5550 (or 0xAC5550) is known color: Apple Blossom. HEX triplet: AC, 55 and 50. RGB value is (172,85,80). Sum of RGB (Red+Green+Blue) = 172+85+80=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5550 is #53AAAF. Grayscale: #6E6E6E. Windows color (decimal): -5483184 or 5264812. OLE color: 5264812.

HSL color Cylindrical-coordinate representation of color #AC5550: hue angle of 3.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5550 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 85 80 -
CMYK 0 0.51 0.53 0.33
HSL 3.26º 0.37% 0.49% -
HSV(B) 3.26º 0.53% 0.67% -
XYZ 21.71 15.85 9.5 -
YUV 110.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 172 85 80 0 0.51 0.53 0.33 3.26 0.37 0.49
Hex AC 55 50 0 33 35 21 3 25 31
Octal 254 125 120 0 63 65 41 3 45 61
Binary 10101100 1010101 1010000 0 110011 110101 100001 11 100101 110001

Color Harmonies of #AC5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5550

Black with #AC5550

Text Example


Text Example

White with #AC5550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5550; }

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

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

background-color css

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

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

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

border-color css

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

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

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