Html Css Color HEX #AC5C55 Apple Blossom

📋 copy color: '#AC5C55'

red 172 ◦ green 92 ◦ blue 85

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

Shades of Apple Blossom #AC5C55

Tints of Apple Blossom #AC5C55

RGB

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

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

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

R = 49.28%
G = 26.36%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC5C55 (or 0xAC5C55) is known color: Apple Blossom. HEX triplet: AC, 5C and 55. RGB value is (172,92,85). Sum of RGB (Red+Green+Blue) = 172+92+85=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C55 is #53A3AA. Grayscale: #737373. Windows color (decimal): -5481387 or 5594284. OLE color: 5594284.

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

Color convert

RGB 172 92 85 -
CMYK 0 0.47 0.51 0.33
HSL 4.83º 0.34% 0.5% -
HSV(B) 4.83º 0.51% 0.67% -
XYZ 22.48 17.08 10.71 -
YUV 115.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 172 92 85 0 0.47 0.51 0.33 4.83 0.34 0.5
Hex AC 5C 55 0 2F 33 21 5 22 32
Octal 254 134 125 0 57 63 41 5 42 62
Binary 10101100 1011100 1010101 0 101111 110011 100001 101 100010 110010

Color Harmonies of #AC5C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C55

Black with #AC5C55

Text Example


Text Example

White with #AC5C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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