Html Css Color HEX #AC2643 Old Rose

📋 copy color: '#AC2643'

red 172 ◦ green 38 ◦ blue 67

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

Shades of Old Rose #AC2643

Tints of Old Rose #AC2643

RGB

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

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

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

R = 62.09%
G = 13.72%
B = 24.19%

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

#AC2643 (or 0xAC2643) is known color: Old Rose. HEX triplet: AC, 26 and 43. RGB value is (172,38,67). Sum of RGB (Red+Green+Blue) = 172+38+67=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2643 is #53D9BC. Grayscale: #515151. Windows color (decimal): -5495229 or 4400812. OLE color: 4400812.

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

Color convert

RGB 172 38 67 -
CMYK 0 0.78 0.61 0.33
HSL 347.01º 0.64% 0.41% -
HSV(B) 347.01º 0.78% 0.67% -
XYZ 18.72 10.56 6.36 -
YUV 81.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 172 38 67 0 0.78 0.61 0.33 347.01 0.64 0.41
Hex AC 26 43 0 4E 3D 21 15B 40 29
Octal 254 46 103 0 116 75 41 533 100 51
Binary 10101100 100110 1000011 0 1001110 111101 100001 101011011 1000000 101001

Color Harmonies of #AC2643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2643

Black with #AC2643

Text Example


Text Example

White with #AC2643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2643; }

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

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

background-color css

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

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

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

border-color css

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

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

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