Html Css Color HEX #AC3340 Old Rose

📋 copy color: '#AC3340'

red 172 ◦ green 51 ◦ blue 64

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

Shades of Old Rose #AC3340

Tints of Old Rose #AC3340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 59.93%
G = 17.77%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC3340 (or 0xAC3340) is known color: Old Rose. HEX triplet: AC, 33 and 40. RGB value is (172,51,64). Sum of RGB (Red+Green+Blue) = 172+51+64=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3340 is #53CCBF. Grayscale: #585858. Windows color (decimal): -5491904 or 4207532. OLE color: 4207532.

HSL color Cylindrical-coordinate representation of color #AC3340: hue angle of 353.55º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3340 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 64 -
CMYK 0 0.70 0.63 0.33
HSL 353.55º 0.54% 0.44% -
HSV(B) 353.55º 0.7% 0.67% -
XYZ 19.12 11.51 6.06 -
YUV 88.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 172 51 64 0 0.70 0.63 0.33 353.55 0.54 0.44
Hex AC 33 40 0 46 3F 21 162 36 2C
Octal 254 63 100 0 106 77 41 542 66 54
Binary 10101100 110011 1000000 0 1000110 111111 100001 101100010 110110 101100

Color Harmonies of #AC3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3340

Black with #AC3340

Text Example


Text Example

White with #AC3340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3340; }

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

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

background-color css

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

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

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

border-color css

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

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

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