#AC5C62

Color #AC5C62 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #AC5C62

Tints of Blush #AC5C62

Color information

#AC5C62 (or 0xAC5C62) is unknown color: approx Blush. HEX triplet: AC, 5C and 62. RGB value is (172,92,98). Sum of RGB (Red+Green+Blue) = 172+92+98=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C62 is #53A39D. Grayscale: #747474. Windows color (decimal): -5481374 or 6446252. OLE color: 6446252.

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

Color convert

RGB1729298-
CMYK00.470.430.33
HSL355.5º32.52%51.76%-
HSV(B)355.5º46.51%67.45%-
XYZ23.0517.3113.68-
YUV116.6117.5167.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 98 (38.67% from 255) = 27.07%
R=47.51%
G=25.41%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172929800.470.430.33355.532.5251.76
HexAC5C6202F2B211642134
Octal25413414205753415444164
Binary10101100101110011000100101111101011100001101100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C62; }

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

 H1.HeaderClassName
 {
   color: #AC5C62;
 }
 .AnyTagClassName
 {
   color: #AC5C62;
 }
</style>
background-color css

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

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

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

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

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

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