Html Css Color HEX #AC2346 Old Rose

📋 copy color: '#AC2346'

red 172 ◦ green 35 ◦ blue 70

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

Shades of Old Rose #AC2346

Tints of Old Rose #AC2346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 62.09%
G = 12.64%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC2346 (or 0xAC2346) is known color: Old Rose. HEX triplet: AC, 23 and 46. RGB value is (172,35,70). Sum of RGB (Red+Green+Blue) = 172+35+70=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2346 is #53DCB9. Grayscale: #4F4F4F. Windows color (decimal): -5495994 or 4596652. OLE color: 4596652.

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

Color convert

RGB 172 35 70 -
CMYK 0 0.80 0.59 0.33
HSL 344.67º 0.66% 0.41% -
HSV(B) 344.67º 0.8% 0.67% -
XYZ 18.72 10.41 6.82 -
YUV 79.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 172 35 70 0 0.80 0.59 0.33 344.67 0.66 0.41
Hex AC 23 46 0 50 3B 21 159 42 29
Octal 254 43 106 0 120 73 41 531 102 51
Binary 10101100 100011 1000110 0 1010000 111011 100001 101011001 1000010 101001

Color Harmonies of #AC2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2346

Black with #AC2346

Text Example


Text Example

White with #AC2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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