Html Css Color HEX #AC244A Old Rose

📋 copy color: '#AC244A'

red 172 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #AC244A

Tints of Old Rose #AC244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 60.99%
G = 12.77%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC244A (or 0xAC244A) is known color: Old Rose. HEX triplet: AC, 24 and 4A. RGB value is (172,36,74). Sum of RGB (Red+Green+Blue) = 172+36+74=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC244A is #53DBB5. Grayscale: #505050. Windows color (decimal): -5495734 or 4859052. OLE color: 4859052.

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

Color convert

RGB 172 36 74 -
CMYK 0 0.79 0.57 0.33
HSL 343.24º 0.65% 0.41% -
HSV(B) 343.24º 0.79% 0.67% -
XYZ 18.88 10.53 7.52 -
YUV 81 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 172 36 74 0 0.79 0.57 0.33 343.24 0.65 0.41
Hex AC 24 4A 0 4F 39 21 157 41 29
Octal 254 44 112 0 117 71 41 527 101 51
Binary 10101100 100100 1001010 0 1001111 111001 100001 101010111 1000001 101001

Color Harmonies of #AC244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC244A

Black with #AC244A

Text Example


Text Example

White with #AC244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC244A; }

 p { color: rgb(172,36,74); }

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

background-color css

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

 a { background-color: rgb(172,36,74); }

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

border-color css

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

 span { border-color: rgb(172,36,74); }

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