Html Css Color HEX #AC2641 Old Rose

📋 copy color: '#AC2641'

red 172 ◦ green 38 ◦ blue 65

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

Shades of Old Rose #AC2641

Tints of Old Rose #AC2641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 62.55%
G = 13.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC2641 (or 0xAC2641) is known color: Old Rose. HEX triplet: AC, 26 and 41. RGB value is (172,38,65). Sum of RGB (Red+Green+Blue) = 172+38+65=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2641 is #53D9BE. Grayscale: #515151. Windows color (decimal): -5495231 or 4269740. OLE color: 4269740.

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

Color convert

RGB 172 38 65 -
CMYK 0 0.78 0.62 0.33
HSL 347.91º 0.64% 0.41% -
HSV(B) 347.91º 0.78% 0.67% -
XYZ 18.66 10.54 6.05 -
YUV 81.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 172 38 65 0 0.78 0.62 0.33 347.91 0.64 0.41
Hex AC 26 41 0 4E 3E 21 15C 40 29
Octal 254 46 101 0 116 76 41 534 100 51
Binary 10101100 100110 1000001 0 1001110 111110 100001 101011100 1000000 101001

Color Harmonies of #AC2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2641

Black with #AC2641

Text Example


Text Example

White with #AC2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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