Html Css Color HEX #AC2543 Old Rose

📋 copy color: '#AC2543'

red 172 ◦ green 37 ◦ blue 67

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

Shades of Old Rose #AC2543

Tints of Old Rose #AC2543

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 62.32%
G = 13.41%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC2543 (or 0xAC2543) is known color: Old Rose. HEX triplet: AC, 25 and 43. RGB value is (172,37,67). Sum of RGB (Red+Green+Blue) = 172+37+67=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2543 is #53DABC. Grayscale: #505050. Windows color (decimal): -5495485 or 4400556. OLE color: 4400556.

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

Color convert

RGB 172 37 67 -
CMYK 0 0.78 0.61 0.33
HSL 346.67º 0.65% 0.41% -
HSV(B) 346.67º 0.78% 0.67% -
XYZ 18.69 10.5 6.35 -
YUV 80.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 172 37 67 0 0.78 0.61 0.33 346.67 0.65 0.41
Hex AC 25 43 0 4E 3D 21 15B 41 29
Octal 254 45 103 0 116 75 41 533 101 51
Binary 10101100 100101 1000011 0 1001110 111101 100001 101011011 1000001 101001

Color Harmonies of #AC2543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2543

Black with #AC2543

Text Example


Text Example

White with #AC2543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2543; }

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

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

background-color css

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

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

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

border-color css

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

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

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