Html Css Color HEX #AC224D Old Rose

📋 copy color: '#AC224D'

red 172 ◦ green 34 ◦ blue 77

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

Shades of Old Rose #AC224D

Tints of Old Rose #AC224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 77 (30.47% from 255) = 27.21%

R = 60.78%
G = 12.01%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC224D (or 0xAC224D) is known color: Old Rose. HEX triplet: AC, 22 and 4D. RGB value is (172,34,77). Sum of RGB (Red+Green+Blue) = 172+34+77=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC224D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC224D is #53DDB2. Grayscale: #505050. Windows color (decimal): -5496243 or 5055148. OLE color: 5055148.

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

Color convert

RGB 172 34 77 -
CMYK 0 0.80 0.55 0.33
HSL 341.3º 0.67% 0.4% -
HSV(B) 341.3º 0.8% 0.67% -
XYZ 18.92 10.45 8.04 -
YUV 80.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 172 34 77 0 0.80 0.55 0.33 341.3 0.67 0.4
Hex AC 22 4D 0 50 37 21 155 43 28
Octal 254 42 115 0 120 67 41 525 103 50
Binary 10101100 100010 1001101 0 1010000 110111 100001 101010101 1000011 101000

Color Harmonies of #AC224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC224D

Black with #AC224D

Text Example


Text Example

White with #AC224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC224D; }

 p { color: rgb(172,34,77); }

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

background-color css

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

 a { background-color: rgb(172,34,77); }

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

border-color css

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

 span { border-color: rgb(172,34,77); }

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