Html Css Color HEX #AC5463 Blush

📋 copy color: '#AC5463'

red 172 ◦ green 84 ◦ blue 99

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

Shades of Blush #AC5463

Tints of Blush #AC5463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.89%

R = 48.45%
G = 23.66%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC5463 (or 0xAC5463) is known color: Blush. HEX triplet: AC, 54 and 63. RGB value is (172,84,99). Sum of RGB (Red+Green+Blue) = 172+84+99=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5463 is #53AB9C. Grayscale: #707070. Windows color (decimal): -5483421 or 6509740. OLE color: 6509740.

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

Color convert

RGB 172 84 99 -
CMYK 0 0.51 0.42 0.33
HSL 349.77º 0.35% 0.5% -
HSV(B) 349.77º 0.51% 0.67% -
XYZ 22.44 16.01 13.71 -
YUV 112.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 172 84 99 0 0.51 0.42 0.33 349.77 0.35 0.5
Hex AC 54 63 0 33 2A 21 15E 23 32
Octal 254 124 143 0 63 52 41 536 43 62
Binary 10101100 1010100 1100011 0 110011 101010 100001 101011110 100011 110010

Color Harmonies of #AC5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5463

Black with #AC5463

Text Example


Text Example

White with #AC5463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5463; }

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

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

background-color css

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

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

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

border-color css

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

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

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