Html Css Color HEX #AC2640 Old Rose

📋 copy color: '#AC2640'

red 172 ◦ green 38 ◦ blue 64

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

Shades of Old Rose #AC2640

Tints of Old Rose #AC2640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 62.77%
G = 13.87%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC2640 (or 0xAC2640) is known color: Old Rose. HEX triplet: AC, 26 and 40. RGB value is (172,38,64). Sum of RGB (Red+Green+Blue) = 172+38+64=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2640 is #53D9BF. Grayscale: #515151. Windows color (decimal): -5495232 or 4204204. OLE color: 4204204.

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

Color convert

RGB 172 38 64 -
CMYK 0 0.78 0.63 0.33
HSL 348.36º 0.64% 0.41% -
HSV(B) 348.36º 0.78% 0.67% -
XYZ 18.63 10.53 5.9 -
YUV 81.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 172 38 64 0 0.78 0.63 0.33 348.36 0.64 0.41
Hex AC 26 40 0 4E 3F 21 15C 40 29
Octal 254 46 100 0 116 77 41 534 100 51
Binary 10101100 100110 1000000 0 1001110 111111 100001 101011100 1000000 101001

Color Harmonies of #AC2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2640

Black with #AC2640

Text Example


Text Example

White with #AC2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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