Html Css Color HEX #AC5552 Apple Blossom

📋 copy color: '#AC5552'

red 172 ◦ green 85 ◦ blue 82

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

Shades of Apple Blossom #AC5552

Tints of Apple Blossom #AC5552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 82 (32.42% from 255) = 24.19%

R = 50.74%
G = 25.07%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC5552 (or 0xAC5552) is known color: Apple Blossom. HEX triplet: AC, 55 and 52. RGB value is (172,85,82). Sum of RGB (Red+Green+Blue) = 172+85+82=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5552 is #53AAAD. Grayscale: #6E6E6E. Windows color (decimal): -5483182 or 5395884. OLE color: 5395884.

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

Color convert

RGB 172 85 82 -
CMYK 0 0.51 0.52 0.33
HSL 0.35% 0.5% -
HSV(B) 0.52% 0.67% -
XYZ 21.78 15.88 9.9 -
YUV 110.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 172 85 82 0 0.51 0.52 0.33 2 0.35 0.5
Hex AC 55 52 0 33 34 21 2 23 32
Octal 254 125 122 0 63 64 41 2 43 62
Binary 10101100 1010101 1010010 0 110011 110100 100001 10 100011 110010

Color Harmonies of #AC5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5552

Black with #AC5552

Text Example


Text Example

White with #AC5552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5552; }

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

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

background-color css

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

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

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

border-color css

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

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

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