Html Css Color HEX #AC2243 Old Rose

📋 copy color: '#AC2243'

red 172 ◦ green 34 ◦ blue 67

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

Shades of Old Rose #AC2243

Tints of Old Rose #AC2243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 63%
G = 12.45%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC2243 (or 0xAC2243) is known color: Old Rose. HEX triplet: AC, 22 and 43. RGB value is (172,34,67). Sum of RGB (Red+Green+Blue) = 172+34+67=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2243 is #53DDBC. Grayscale: #4F4F4F. Windows color (decimal): -5496253 or 4399788. OLE color: 4399788.

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

Color convert

RGB 172 34 67 -
CMYK 0 0.80 0.61 0.33
HSL 345.65º 0.67% 0.4% -
HSV(B) 345.65º 0.8% 0.67% -
XYZ 18.6 10.32 6.32 -
YUV 79.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 172 34 67 0 0.80 0.61 0.33 345.65 0.67 0.4
Hex AC 22 43 0 50 3D 21 15A 43 28
Octal 254 42 103 0 120 75 41 532 103 50
Binary 10101100 100010 1000011 0 1010000 111101 100001 101011010 1000011 101000

Color Harmonies of #AC2243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2243

Black with #AC2243

Text Example


Text Example

White with #AC2243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2243; }

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

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

background-color css

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

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

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

border-color css

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

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

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