Html Css Color HEX #AC2646 Old Rose

📋 copy color: '#AC2646'

red 172 ◦ green 38 ◦ blue 70

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

Shades of Old Rose #AC2646

Tints of Old Rose #AC2646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

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

R = 61.43%
G = 13.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC2646 (or 0xAC2646) is known color: Old Rose. HEX triplet: AC, 26 and 46. RGB value is (172,38,70). Sum of RGB (Red+Green+Blue) = 172+38+70=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2646 is #53D9B9. Grayscale: #515151. Windows color (decimal): -5495226 or 4597420. OLE color: 4597420.

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

Color convert

RGB 172 38 70 -
CMYK 0 0.78 0.59 0.33
HSL 345.67º 0.64% 0.41% -
HSV(B) 345.67º 0.78% 0.67% -
XYZ 18.81 10.6 6.85 -
YUV 81.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 172 38 70 0 0.78 0.59 0.33 345.67 0.64 0.41
Hex AC 26 46 0 4E 3B 21 15A 40 29
Octal 254 46 106 0 116 73 41 532 100 51
Binary 10101100 100110 1000110 0 1001110 111011 100001 101011010 1000000 101001

Color Harmonies of #AC2646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2646

Black with #AC2646

Text Example


Text Example

White with #AC2646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2646; }

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

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

background-color css

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

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

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

border-color css

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

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

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