Html Css Color HEX #AC274C Old Rose

📋 copy color: '#AC274C'

red 172 ◦ green 39 ◦ blue 76

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

Shades of Old Rose #AC274C

Tints of Old Rose #AC274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 59.93%
G = 13.59%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC274C (or 0xAC274C) is known color: Old Rose. HEX triplet: AC, 27 and 4C. RGB value is (172,39,76). Sum of RGB (Red+Green+Blue) = 172+39+76=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC274C is #53D8B3. Grayscale: #525252. Windows color (decimal): -5494964 or 4990892. OLE color: 4990892.

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

Color convert

RGB 172 39 76 -
CMYK 0 0.77 0.56 0.33
HSL 343.31º 0.63% 0.41% -
HSV(B) 343.31º 0.77% 0.67% -
XYZ 19.04 10.74 7.91 -
YUV 82.99 124.06 191.49 -
System Red Green Blue C M Y K H S L
Decimal 172 39 76 0 0.77 0.56 0.33 343.31 0.63 0.41
Hex AC 27 4C 0 4D 38 21 157 3F 29
Octal 254 47 114 0 115 70 41 527 77 51
Binary 10101100 100111 1001100 0 1001101 111000 100001 101010111 111111 101001

Color Harmonies of #AC274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC274C

Black with #AC274C

Text Example


Text Example

White with #AC274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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