Html Css Color HEX #AC5D56 Apple Blossom

📋 copy color: '#AC5D56'

red 172 ◦ green 93 ◦ blue 86

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

Shades of Apple Blossom #AC5D56

Tints of Apple Blossom #AC5D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

 BLUE value IS 86 (33.98% from 255) = 24.5%

R = 49%
G = 26.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC5D56 (or 0xAC5D56) is known color: Apple Blossom. HEX triplet: AC, 5D and 56. RGB value is (172,93,86). Sum of RGB (Red+Green+Blue) = 172+93+86=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D56 is #53A2A9. Grayscale: #737373. Windows color (decimal): -5481130 or 5660076. OLE color: 5660076.

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

Color convert

RGB 172 93 86 -
CMYK 0 0.46 0.5 0.33
HSL 4.88º 0.34% 0.51% -
HSV(B) 4.88º 0.5% 0.67% -
XYZ 22.61 17.27 10.95 -
YUV 115.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 172 93 86 0 0.46 0.5 0.33 4.88 0.34 0.51
Hex AC 5D 56 0 2E 32 21 5 22 33
Octal 254 135 126 0 56 62 41 5 42 63
Binary 10101100 1011101 1010110 0 101110 110010 100001 101 100010 110011

Color Harmonies of #AC5D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D56

Black with #AC5D56

Text Example


Text Example

White with #AC5D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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