Html Css Color HEX #AC5452 Apple Blossom

📋 copy color: '#AC5452'

red 172 ◦ green 84 ◦ blue 82

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

Shades of Apple Blossom #AC5452

Tints of Apple Blossom #AC5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.85%

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

R = 50.89%
G = 24.85%
B = 24.26%

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

#AC5452 (or 0xAC5452) is known color: Apple Blossom. HEX triplet: AC, 54 and 52. RGB value is (172,84,82). Sum of RGB (Red+Green+Blue) = 172+84+82=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5452 is #53ABAD. Grayscale: #6E6E6E. Windows color (decimal): -5483438 or 5395628. OLE color: 5395628.

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

Color convert

RGB 172 84 82 -
CMYK 0 0.51 0.52 0.33
HSL 1.33º 0.35% 0.5% -
HSV(B) 1.33º 0.52% 0.67% -
XYZ 21.71 15.72 9.87 -
YUV 110.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 172 84 82 0 0.51 0.52 0.33 1.33 0.35 0.5
Hex AC 54 52 0 33 34 21 1 23 32
Octal 254 124 122 0 63 64 41 1 43 62
Binary 10101100 1010100 1010010 0 110011 110100 100001 1 100011 110010

Color Harmonies of #AC5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5452

Black with #AC5452

Text Example


Text Example

White with #AC5452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5452; }

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

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

background-color css

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

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

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

border-color css

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

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

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