Html Css Color HEX #AC5C56 Apple Blossom

📋 copy color: '#AC5C56'

red 172 ◦ green 92 ◦ blue 86

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

Shades of Apple Blossom #AC5C56

Tints of Apple Blossom #AC5C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 49.14%
G = 26.29%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC5C56 (or 0xAC5C56) is known color: Apple Blossom. HEX triplet: AC, 5C and 56. RGB value is (172,92,86). Sum of RGB (Red+Green+Blue) = 172+92+86=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C56 is #53A3A9. Grayscale: #737373. Windows color (decimal): -5481386 or 5659820. OLE color: 5659820.

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

Color convert

RGB 172 92 86 -
CMYK 0 0.47 0.5 0.33
HSL 4.19º 0.34% 0.51% -
HSV(B) 4.19º 0.5% 0.67% -
XYZ 22.52 17.1 10.92 -
YUV 115.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 172 92 86 0 0.47 0.5 0.33 4.19 0.34 0.51
Hex AC 5C 56 0 2F 32 21 4 22 33
Octal 254 134 126 0 57 62 41 4 42 63
Binary 10101100 1011100 1010110 0 101111 110010 100001 100 100010 110011

Color Harmonies of #AC5C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C56

Black with #AC5C56

Text Example


Text Example

White with #AC5C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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