Html Css Color HEX #AC5655 Apple Blossom

📋 copy color: '#AC5655'

red 172 ◦ green 86 ◦ blue 85

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

Shades of Apple Blossom #AC5655

Tints of Apple Blossom #AC5655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 50.15%
G = 25.07%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC5655 (or 0xAC5655) is known color: Apple Blossom. HEX triplet: AC, 56 and 55. RGB value is (172,86,85). Sum of RGB (Red+Green+Blue) = 172+86+85=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5655 is #53A9AA. Grayscale: #6F6F6F. Windows color (decimal): -5482923 or 5592748. OLE color: 5592748.

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

Color convert

RGB 172 86 85 -
CMYK 0 0.5 0.51 0.33
HSL 0.69º 0.34% 0.5% -
HSV(B) 0.69º 0.51% 0.67% -
XYZ 21.98 16.08 10.54 -
YUV 111.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 172 86 85 0 0.5 0.51 0.33 0.69 0.34 0.5
Hex AC 56 55 0 32 33 21 1 22 32
Octal 254 126 125 0 62 63 41 1 42 62
Binary 10101100 1010110 1010101 0 110010 110011 100001 1 100010 110010

Color Harmonies of #AC5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5655

Black with #AC5655

Text Example


Text Example

White with #AC5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5655; }

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

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

background-color css

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

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

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

border-color css

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

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

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