#AC6061

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

Shades of Blush #AC6061

Tints of Blush #AC6061

Color information

#AC6061 (or 0xAC6061) is unknown color: approx Blush. HEX triplet: AC, 60 and 61. RGB value is (172,96,97). Sum of RGB (Red+Green+Blue) = 172+96+97=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6061 is #539F9E. Grayscale: #767676. Windows color (decimal): -5480351 or 6381740. OLE color: 6381740.

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

Color convert

RGB1729697-
CMYK00.440.440.33
HSL359.21º31.4%52.55%-
HSV(B)359.21º44.19%67.45%-
XYZ23.351813.55-
YUV118.84115.68165.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=47.12%
G=26.30%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172969700.440.440.33359.2131.452.55
HexAC606102C2C211671f35
Octal25414014105454415473765
Binary1010110011000001100001010110010110010000110110011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6061; }

 p { color: rgb(172,96,97); }

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

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

 a { background-color: rgb(172,96,97); }

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

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

 span { border-color: rgb(172,96,97); }

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