Html Css Color HEX #AC3040 Old Rose

📋 copy color: '#AC3040'

red 172 ◦ green 48 ◦ blue 64

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

Shades of Old Rose #AC3040

Tints of Old Rose #AC3040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 60.56%
G = 16.9%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC3040 (or 0xAC3040) is known color: Old Rose. HEX triplet: AC, 30 and 40. RGB value is (172,48,64). Sum of RGB (Red+Green+Blue) = 172+48+64=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3040 is #53CFBF. Grayscale: #565656. Windows color (decimal): -5492672 or 4206764. OLE color: 4206764.

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

Color convert

RGB 172 48 64 -
CMYK 0 0.72 0.63 0.33
HSL 352.26º 0.56% 0.43% -
HSV(B) 352.26º 0.72% 0.67% -
XYZ 19 11.25 6.02 -
YUV 86.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 172 48 64 0 0.72 0.63 0.33 352.26 0.56 0.43
Hex AC 30 40 0 48 3F 21 160 38 2B
Octal 254 60 100 0 110 77 41 540 70 53
Binary 10101100 110000 1000000 0 1001000 111111 100001 101100000 111000 101011

Color Harmonies of #AC3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3040

Black with #AC3040

Text Example


Text Example

White with #AC3040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3040; }

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

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

background-color css

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

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

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

border-color css

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

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

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