Html Css Color HEX #AC5954 Apple Blossom

📋 copy color: '#AC5954'

red 172 ◦ green 89 ◦ blue 84

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

Shades of Apple Blossom #AC5954

Tints of Apple Blossom #AC5954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.8%

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

R = 49.86%
G = 25.8%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC5954 (or 0xAC5954) is known color: Apple Blossom. HEX triplet: AC, 59 and 54. RGB value is (172,89,84). Sum of RGB (Red+Green+Blue) = 172+89+84=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5954 is #53A6AB. Grayscale: #717171. Windows color (decimal): -5482156 or 5527980. OLE color: 5527980.

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

Color convert

RGB 172 89 84 -
CMYK 0 0.48 0.51 0.33
HSL 3.41º 0.35% 0.5% -
HSV(B) 3.41º 0.51% 0.67% -
XYZ 22.19 16.56 10.41 -
YUV 113.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 172 89 84 0 0.48 0.51 0.33 3.41 0.35 0.5
Hex AC 59 54 0 30 33 21 3 23 32
Octal 254 131 124 0 60 63 41 3 43 62
Binary 10101100 1011001 1010100 0 110000 110011 100001 11 100011 110010

Color Harmonies of #AC5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5954

Black with #AC5954

Text Example


Text Example

White with #AC5954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5954; }

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

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

background-color css

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

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

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

border-color css

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

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

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