Html Css Color HEX #AC5065 Blush

📋 copy color: '#AC5065'

red 172 ◦ green 80 ◦ blue 101

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

Shades of Blush #AC5065

Tints of Blush #AC5065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 48.73%
G = 22.66%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC5065 (or 0xAC5065) is known color: Blush. HEX triplet: AC, 50 and 65. RGB value is (172,80,101). Sum of RGB (Red+Green+Blue) = 172+80+101=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5065 is #53AF9A. Grayscale: #6D6D6D. Windows color (decimal): -5484443 or 6639788. OLE color: 6639788.

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

Color convert

RGB 172 80 101 -
CMYK 0 0.53 0.41 0.33
HSL 346.3º 0.37% 0.49% -
HSV(B) 346.3º 0.53% 0.67% -
XYZ 22.23 15.45 14.12 -
YUV 109.9 122.98 172.29 -
System Red Green Blue C M Y K H S L
Decimal 172 80 101 0 0.53 0.41 0.33 346.3 0.37 0.49
Hex AC 50 65 0 35 29 21 15A 25 31
Octal 254 120 145 0 65 51 41 532 45 61
Binary 10101100 1010000 1100101 0 110101 101001 100001 101011010 100101 110001

Color Harmonies of #AC5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5065

Black with #AC5065

Text Example


Text Example

White with #AC5065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5065; }

 p { color: rgb(172,80,101); }

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

background-color css

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

 a { background-color: rgb(172,80,101); }

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

border-color css

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

 span { border-color: rgb(172,80,101); }

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