Html Css Color HEX #AC5C54 Apple Blossom

📋 copy color: '#AC5C54'

red 172 ◦ green 92 ◦ blue 84

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

Shades of Apple Blossom #AC5C54

Tints of Apple Blossom #AC5C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 49.43%
G = 26.44%
B = 24.14%

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

#AC5C54 (or 0xAC5C54) is known color: Apple Blossom. HEX triplet: AC, 5C and 54. RGB value is (172,92,84). Sum of RGB (Red+Green+Blue) = 172+92+84=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C54 is #53A3AB. Grayscale: #737373. Windows color (decimal): -5481388 or 5528748. OLE color: 5528748.

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

Color convert

RGB 172 92 84 -
CMYK 0 0.47 0.51 0.33
HSL 5.45º 0.35% 0.5% -
HSV(B) 5.45º 0.51% 0.67% -
XYZ 22.44 17.07 10.5 -
YUV 115.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 172 92 84 0 0.47 0.51 0.33 5.45 0.35 0.5
Hex AC 5C 54 0 2F 33 21 5 23 32
Octal 254 134 124 0 57 63 41 5 43 62
Binary 10101100 1011100 1010100 0 101111 110011 100001 101 100011 110010

Color Harmonies of #AC5C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C54

Black with #AC5C54

Text Example


Text Example

White with #AC5C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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