Html Css Color HEX #AC2650 Old Rose

📋 copy color: '#AC2650'

red 172 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #AC2650

Tints of Old Rose #AC2650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 59.31%
G = 13.1%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC2650 (or 0xAC2650) is known color: Old Rose. HEX triplet: AC, 26 and 50. RGB value is (172,38,80). Sum of RGB (Red+Green+Blue) = 172+38+80=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2650 is #53D9AF. Grayscale: #525252. Windows color (decimal): -5495216 or 5252780. OLE color: 5252780.

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

Color convert

RGB 172 38 80 -
CMYK 0 0.78 0.53 0.33
HSL 341.19º 0.64% 0.41% -
HSV(B) 341.19º 0.78% 0.67% -
XYZ 19.15 10.74 8.65 -
YUV 82.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 172 38 80 0 0.78 0.53 0.33 341.19 0.64 0.41
Hex AC 26 50 0 4E 35 21 155 40 29
Octal 254 46 120 0 116 65 41 525 100 51
Binary 10101100 100110 1010000 0 1001110 110101 100001 101010101 1000000 101001

Color Harmonies of #AC2650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2650

Black with #AC2650

Text Example


Text Example

White with #AC2650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2650; }

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

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

background-color css

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

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

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

border-color css

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

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

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