Html Css Color HEX #AC2446 Old Rose

📋 copy color: '#AC2446'

red 172 ◦ green 36 ◦ blue 70

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

Shades of Old Rose #AC2446

Tints of Old Rose #AC2446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 61.87%
G = 12.95%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC2446 (or 0xAC2446) is known color: Old Rose. HEX triplet: AC, 24 and 46. RGB value is (172,36,70). Sum of RGB (Red+Green+Blue) = 172+36+70=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2446 is #53DBB9. Grayscale: #505050. Windows color (decimal): -5495738 or 4596908. OLE color: 4596908.

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

Color convert

RGB 172 36 70 -
CMYK 0 0.79 0.59 0.33
HSL 345º 0.65% 0.41% -
HSV(B) 345º 0.79% 0.67% -
XYZ 18.75 10.47 6.83 -
YUV 80.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 172 36 70 0 0.79 0.59 0.33 345 0.65 0.41
Hex AC 24 46 0 4F 3B 21 159 41 29
Octal 254 44 106 0 117 73 41 531 101 51
Binary 10101100 100100 1000110 0 1001111 111011 100001 101011001 1000001 101001

Color Harmonies of #AC2446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2446

Black with #AC2446

Text Example


Text Example

White with #AC2446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2446; }

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

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

background-color css

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

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

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

border-color css

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

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

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