Html Css Color HEX #AC274E Old Rose

📋 copy color: '#AC274E'

red 172 ◦ green 39 ◦ blue 78

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

Shades of Old Rose #AC274E

Tints of Old Rose #AC274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

 BLUE value IS 78 (30.86% from 255) = 26.99%

R = 59.52%
G = 13.49%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC274E (or 0xAC274E) is known color: Old Rose. HEX triplet: AC, 27 and 4E. RGB value is (172,39,78). Sum of RGB (Red+Green+Blue) = 172+39+78=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC274E is #53D8B1. Grayscale: #535353. Windows color (decimal): -5494962 or 5121964. OLE color: 5121964.

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

Color convert

RGB 172 39 78 -
CMYK 0 0.77 0.55 0.33
HSL 342.41º 0.63% 0.41% -
HSV(B) 342.41º 0.77% 0.67% -
XYZ 19.11 10.77 8.28 -
YUV 83.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 172 39 78 0 0.77 0.55 0.33 342.41 0.63 0.41
Hex AC 27 4E 0 4D 37 21 156 3F 29
Octal 254 47 116 0 115 67 41 526 77 51
Binary 10101100 100111 1001110 0 1001101 110111 100001 101010110 111111 101001

Color Harmonies of #AC274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC274E

Black with #AC274E

Text Example


Text Example

White with #AC274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC274E; }

 p { color: rgb(172,39,78); }

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

background-color css

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

 a { background-color: rgb(172,39,78); }

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

border-color css

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

 span { border-color: rgb(172,39,78); }

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