Html Css Color HEX #AC2840 Old Rose

📋 copy color: '#AC2840'

red 172 ◦ green 40 ◦ blue 64

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

Shades of Old Rose #AC2840

Tints of Old Rose #AC2840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

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

R = 62.32%
G = 14.49%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC2840 (or 0xAC2840) is known color: Old Rose. HEX triplet: AC, 28 and 40. RGB value is (172,40,64). Sum of RGB (Red+Green+Blue) = 172+40+64=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2840 is #53D7BF. Grayscale: #525252. Windows color (decimal): -5494720 or 4204716. OLE color: 4204716.

HSL color Cylindrical-coordinate representation of color #AC2840: hue angle of 349.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2840 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 64 -
CMYK 0 0.77 0.63 0.33
HSL 349.09º 0.62% 0.42% -
HSV(B) 349.09º 0.77% 0.67% -
XYZ 18.7 10.66 5.92 -
YUV 82.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 172 40 64 0 0.77 0.63 0.33 349.09 0.62 0.42
Hex AC 28 40 0 4D 3F 21 15D 3E 2A
Octal 254 50 100 0 115 77 41 535 76 52
Binary 10101100 101000 1000000 0 1001101 111111 100001 101011101 111110 101010

Color Harmonies of #AC2840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2840

Black with #AC2840

Text Example


Text Example

White with #AC2840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2840; }

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

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

background-color css

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

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

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

border-color css

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

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

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